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()1301 cl::location(NormalPrinter), cl::ValueDisallowed);1305 cl::location(HiddenPrinter), cl::Hidden, cl::ValueDisallowed);1401 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
105 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator583 return ValueDisallowed;
948 ``cl::ValueDisallowed``, obviously).1071 .. _cl::ValueDisallowed:1073 * The **cl::ValueDisallowed** modifier (which is the default for `unnamed1079 want them to. As mentioned above, you can specify the `cl::ValueDisallowed`_1118 **cl::Prefix** options must not have the **cl::ValueDisallowed** modifier