Searched refs:ValueDisallowed (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 599 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption() 667 case ValueDisallowed: in ProvideOption() 2520 cl::ValueDisallowed, 2529 cl::ValueDisallowed, 2540 cl::ValueDisallowed, 2552 cl::ValueDisallowed, 2581 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/ |
| H A D | Dexp.cpp | 93 llvm::cl::ValueDisallowed, llvm::cl::cat(llvm::cl::getGeneralCategory())};
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 134 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator 779 return ValueDisallowed;
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CommandLine.rst | 992 ``cl::ValueDisallowed``, obviously). 1145 .. _cl::ValueDisallowed: 1147 * The **cl::ValueDisallowed** modifier (which is the default for `unnamed 1153 want them to. As mentioned above, you can specify the `cl::ValueDisallowed`_ 1192 **cl::Prefix** options must not have the **cl::ValueDisallowed** modifier
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 1525 StackOption<bool> OptD("d", cl::Grouping, cl::ValueDisallowed, in TEST()
|