Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp127 O->getFormattingFlag() == cl::AlwaysPrefix; in isPrefixedOrGrouping()
517 if (O->getFormattingFlag() == cl::AlwaysPrefix) in LookupOption()
643 if (i + 1 >= argc || Handler->getFormattingFlag() == cl::AlwaysPrefix) in ProvideOption()
751 if (MaybeValue.empty() || PGOpt->getFormattingFlag() == cl::AlwaysPrefix || in HandlePrefixedOrGroupedOption()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h159 AlwaysPrefix = 0x03 // Can this option only directly prefix its value? enumerator