Home
last modified time | relevance | path

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

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