Home
last modified time | relevance | path

Searched refs:isPositional (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h310 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp380 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()