Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp601 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
657 switch (Handler->getValueExpectedFlag()) { in ProvideOption()
785 if (PGOpt->getValueExpectedFlag() == cl::ValueRequired) { in HandlePrefixedOrGroupedOption()
1938 } else if (O.getValueExpectedFlag() == ValueOptional) in printOptionInfo()
2096 return O.getValueExpectedFlag() != ValueOptional || !Name.empty() || in shouldPrintOption()
2129 if (O.getValueExpectedFlag() == ValueOptional) { in printOptionInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h291 inline enum ValueExpected getValueExpectedFlag() const { in getValueExpectedFlag() function
1928 return AliasFor->getValueExpectedFlag();