Searched refs:ValueDisallowed (Results 1 – 4 of 4) sorted by relevance
32 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed,
213 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()284 case ValueDisallowed: in ProvideOption()1293 cl::location(NormalPrinter), cl::ValueDisallowed);1297 cl::location(HiddenPrinter), cl::Hidden, cl::ValueDisallowed);1393 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
103 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator580 return ValueDisallowed;
944 ``cl::ValueDisallowed``, obviously).1067 .. _cl::ValueDisallowed:1069 * The **cl::ValueDisallowed** modifier (which is the default for `unnamed1075 want them to. As mentioned above, you can specify the `cl::ValueDisallowed`_1114 **cl::Prefix** options must not have the **cl::ValueDisallowed** modifier