reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/CommandLine.h
  746       return ValueDisallowed;
lib/Support/CommandLine.cpp
  586     bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
  654   case ValueDisallowed:
 2290     cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed,
 2296           cl::ValueDisallowed, cl::cat(GenericCategory),
 2304         cl::location(WrappedNormalPrinter), cl::ValueDisallowed,
 2312          cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed,
 2427            cl::location(VersionPrinterInstance), cl::ValueDisallowed,
tools/clang/tools/extra/clangd/index/dex/dexp/Dexp.cpp
   80       llvm::cl::ValueDisallowed, llvm::cl::cat(llvm::cl::GeneralCategory)};
unittests/Support/CommandLineTest.cpp
 1395   StackOption<bool> OptD("d", cl::Grouping, cl::ValueDisallowed,