HomeSort by relevance Sort by last modified time
    Searched refs:OptionCategory (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Tooling/
CommonOptionsParser.h 50 /// static cl::OptionCategory MyToolCategory("My tool options");
74 llvm::cl::OptionCategory &Category,
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 57 cl::OptionCategory &Category,
  /external/llvm/lib/Support/
CommandLine.cpp 123 typedef SmallPtrSet<OptionCategory*,16> OptionCatSet;
127 OptionCategory llvm::cl::GeneralCategory("General options");
129 void OptionCategory::registerCategory() {
132 [this](const OptionCategory *Category) {
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 143 class OptionCategory {
149 OptionCategory(const char *const Name, const char *const Description = nullptr)
156 extern OptionCategory GeneralCategory;
197 OptionCategory *Category; // The Category this option belongs to
235 void setCategory(OptionCategory &C) { Category = &C; }
343 OptionCategory &Category;
344 cat(OptionCategory &c) : Category(c) {}
    [all...]
  /external/clang/tools/clang-check/
ClangCheck.cpp 52 static cl::OptionCategory ClangCheckCategory("clang-check options");
  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 71 static cl::OptionCategory DebugCat("Internal and debugging options");
  /external/llvm/unittests/Support/
CommandLineTest.cpp 72 cl::OptionCategory TestCategory("Test Options", "Description");
  /external/clang/tools/clang-format/
ClangFormat.cpp 35 static cl::OptionCategory ClangFormatCategory("Clang-format options");

Completed in 841 milliseconds