Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h311 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional() function
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h512 bool isPositional() const { return Aux.index() == Positional; } isPositional() function