Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDCommandLine.cpp582 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
638 switch (Handler->getValueExpectedFlag()) { in ProvideOption()
766 if (PGOpt->getValueExpectedFlag() == cl::ValueRequired) { in HandlePrefixedOrGroupedOption()
1936 } else if (O.getValueExpectedFlag() == ValueOptional) in printOptionInfo()
2094 return O.getValueExpectedFlag() != ValueOptional || !Name.empty() || in shouldPrintOption()
2127 if (O.getValueExpectedFlag() == ValueOptional) { in printOptionInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCommandLine.h293 inline enum ValueExpected getValueExpectedFlag() const { in getValueExpectedFlag() function
1937 return AliasFor->getValueExpectedFlag();