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

Declarations

include/llvm/Support/CommandLine.h
  207 extern OptionCategory GeneralCategory;

References

include/llvm/Support/CommandLine.h
  347     Categories.push_back(&GeneralCategory);
lib/Support/CommandLine.cpp
  451   if (&C != &GeneralCategory && Categories[0] == &GeneralCategory)
  451   if (&C != &GeneralCategory && Categories[0] == &GeneralCategory)
tools/clang/tools/clang-refactor/ClangRefactor.cpp
   41                              cl::cat(cl::GeneralCategory),
   45                              cl::cat(cl::GeneralCategory),
  616       argc, argv, cl::GeneralCategory, cl::ZeroOrMore,
tools/clang/tools/extra/clangd/index/dex/dexp/Dexp.cpp
   80       llvm::cl::ValueDisallowed, llvm::cl::cat(llvm::cl::GeneralCategory)};
tools/clang/tools/extra/clangd/indexer/IndexerMain.cpp
  112       argc, argv, llvm::cl::GeneralCategory, Overview);
unittests/Support/CommandLineTest.cpp
  101                       return Cat == &cl::GeneralCategory;
  173                                cl::cat(cl::GeneralCategory),
  174                                cl::cat(cl::GeneralCategory));
  188                            return Cat == &cl::GeneralCategory;
  198                            return Cat == &cl::GeneralCategory;