Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp129 O->getFormattingFlag() == cl::AlwaysPrefix; in isPrefixedOrGrouping()
544 if (O->getFormattingFlag() == cl::AlwaysPrefix) in LookupOption()
660 if (i + 1 >= argc || Handler->getFormattingFlag() == cl::AlwaysPrefix) in ProvideOption()
768 if (MaybeValue.empty() || PGOpt->getFormattingFlag() == cl::AlwaysPrefix || in HandlePrefixedOrGroupedOption()
/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp74 GlobalDefines("D", cl::AlwaysPrefix,
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp1484 "D", cl::AlwaysPrefix, cl::desc("Define a macro"), in TEST()
1592 StackOption<std::string> OptA("a", cl::AlwaysPrefix, cl::Grouping, in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h161 AlwaysPrefix = 0x03 // Can this option only directly prefix its value? enumerator