Home
last modified time | relevance | path

Searched refs:FrontendPluginRegistry (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp114 static FrontendPluginRegistry::Add<CmdBeforeAction> X1("cmd-before", "");
115 static FrontendPluginRegistry::Add<CmdAfterAction> X2("cmd-after", "");
116 static FrontendPluginRegistry::Add<AlwaysBeforeAction> X3("always-before", "");
117 static FrontendPluginRegistry::Add<AlwaysAfterAction> X4("always-after", "");
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendPluginRegistry.h22 using FrontendPluginRegistry = llvm::Registry<PluginASTAction>; variable
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendPluginRegistry.h24 using FrontendPluginRegistry = llvm::Registry<PluginParseTreeAction>; variable
/llvm-project-15.0.7/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp83 for (const FrontendPluginRegistry::entry &plugin : in createFrontendAction()
84 FrontendPluginRegistry::entries()) { in createFrontendAction()
/llvm-project-15.0.7/flang/examples/PrintFlangFunctionNames/
H A DPrintFlangFunctionNames.cpp77 static FrontendPluginRegistry::Add<PrintFunctionNamesAction> X(
/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReport.cpp70 static FrontendPluginRegistry::Add<FlangOmpReport> X("flang-omp-report",
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp41 LLVM_INSTANTIATE_REGISTRY(FrontendPluginRegistry)
162 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer()
163 FrontendPluginRegistry::entries()) { in CreateWrappedASTConsumer()
176 if (FrontendPluginRegistry::begin() == FrontendPluginRegistry::end()) in CreateWrappedASTConsumer()
187 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer()
188 FrontendPluginRegistry::entries()) { in CreateWrappedASTConsumer()
H A DCompilerInstance.cpp1100 for (const FrontendPluginRegistry::entry &Plugin : in LoadRequestedPlugins()
1101 FrontendPluginRegistry::entries()) { in LoadRequestedPlugins()
/llvm-project-15.0.7/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp84 static FrontendPluginRegistry::Add<AnnotateFunctionsAction>
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp82 for (const FrontendPluginRegistry::entry &Plugin : in CreateFrontendBaseAction()
83 FrontendPluginRegistry::entries()) { in CreateFrontendBaseAction()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/plugin/
H A DIncludeFixerPlugin.cpp98 static clang::FrontendPluginRegistry::Add<
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/plugin/
H A DClangTidyPlugin.cpp85 static clang::FrontendPluginRegistry::Add<clang::tidy::ClangTidyPluginAction>
/llvm-project-15.0.7/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp122 static FrontendPluginRegistry::Add<PrintFunctionNamesAction>
/llvm-project-15.0.7/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp188 static FrontendPluginRegistry::Add<CallSuperAction>
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp24 LLVM_INSTANTIATE_REGISTRY(FrontendPluginRegistry) in LLVM_INSTANTIATE_REGISTRY() argument
/llvm-project-15.0.7/clang/docs/
H A DClangPlugins.rst40 register a plugin in a library, use ``FrontendPluginRegistry::Add<>``:
44 static FrontendPluginRegistry::Add<MyPlugin> X("my-plugin-name", "my plugin description");
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt208 clang/include/clang/Frontend/FrontendPluginRegistry.h
2081 flang/include/flang/Frontend/FrontendPluginRegistry.h