Searched refs:AlwaysPrefix (Results 1 – 3 of 3) sorted by relevance
127 O->getFormattingFlag() == cl::AlwaysPrefix; in isPrefixedOrGrouping()546 if (O->getFormattingFlag() == cl::AlwaysPrefix) in LookupOption()662 if (i + 1 >= argc || Handler->getFormattingFlag() == cl::AlwaysPrefix) in ProvideOption()770 if (MaybeValue.empty() || PGOpt->getFormattingFlag() == cl::AlwaysPrefix || in HandlePrefixedOrGroupedOption()
74 GlobalDefines("D", cl::AlwaysPrefix,
160 AlwaysPrefix = 0x03 // Can this option only directly prefix its value? enumerator