Searched refs:ValueDisallowed (Results 1 – 5 of 5) sorted by relevance
| /llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 598 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption() 666 case ValueDisallowed: in ProvideOption() 669 " with ValueDisallowed modifier!"); in ProvideOption() 2579 cl::ValueDisallowed, 2588 cl::ValueDisallowed, 2599 cl::ValueDisallowed, 2611 cl::ValueDisallowed, 2640 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
|
| /llvm-project/clang-tools-extra/clangd/index/dex/dexp/ |
| H A D | Dexp.cpp | 94 llvm::cl::ValueDisallowed, llvm::cl::cat(llvm::cl::getGeneralCategory())};
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 132 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator 805 return ValueDisallowed;
|
| /llvm-project/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/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 1664 StackOption<bool> OptD("d", cl::Grouping, cl::ValueDisallowed, in TEST() 1665 cl::desc("ValueDisallowed option")); in TEST() 1718 // Should not allow an assignment for a ValueDisallowed option. in TEST()
|