Lines Matching refs:Prefix
129 // like "Wa," (useful for prefix options).
190 Parameter, ParameterList, Prefix, PrefixList };
209 return (t == Parameter || t == Prefix);
226 return OptionType::Prefix;
266 /// prefix.
433 case OptionType::Prefix:
450 case OptionType::Prefix:
1881 case OptionType::Prefix:
2388 if (val.Type == OptionType::Prefix || val.Type == OptionType::PrefixList)
2389 O << ", cl::Prefix";