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

References

tools/clang/tools/extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
   95     cl::init(yaml), cl::cat(IncludeFixerCategory));
   99                            cl::cat(IncludeFixerCategory));
  105                  cl::cat(IncludeFixerCategory));
  110                          cl::init(true), cl::cat(IncludeFixerCategory));
  113                     cl::cat(IncludeFixerCategory));
  122               cl::init(false), cl::cat(IncludeFixerCategory));
  137     cl::init(false), cl::cat(IncludeFixerCategory));
  152     cl::init(""), cl::cat(IncludeFixerCategory));
  158           cl::init("llvm"), cl::cat(IncludeFixerCategory));
  266   tooling::CommonOptionsParser options(argc, argv, IncludeFixerCategory);