Searched refs:AlwaysPrefix (Results 1 – 3 of 3) sorted by relevance
127 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()
72 GlobalDefines("D", cl::AlwaysPrefix,
165 AlwaysPrefix = 0x03 // Can this option only directly prefix its value? enumerator