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

Overridden By

tools/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp
   47   bool ParseArgs(const CompilerInstance &CI,
tools/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
   87   bool ParseArgs(const CompilerInstance &CI,
tools/clang/tools/extra/clang-include-fixer/plugin/IncludeFixerPlugin.cpp
   49   bool ParseArgs(const CompilerInstance &CI,
tools/clang/tools/extra/clang-tidy/plugin/ClangTidyPlugin.cpp
   58   bool ParseArgs(const CompilerInstance &,

References

tools/clang/lib/Frontend/FrontendAction.cpp
  203         P->ParseArgs(CI, CI.getFrontendOpts().PluginArgs[it->getName()])) {
tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
   83             !P->ParseArgs(CI, CI.getFrontendOpts().PluginArgs[it->getName()]))