Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h309 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp380 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()