Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp127 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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp72 GlobalDefines("D", cl::AlwaysPrefix,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h165 AlwaysPrefix = 0x03 // Can this option only directly prefix its value? enumerator