Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendPluginRegistry.h23 using FrontendPluginRegistry = llvm::Registry<PluginASTAction>; variable
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp123 for (const FrontendPluginRegistry::entry &Plugin : in CreateFrontendBaseAction()
124 FrontendPluginRegistry::entries()) { in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp53 LLVM_INSTANTIATE_REGISTRY(FrontendPluginRegistry)
327 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer()
328 FrontendPluginRegistry::entries()) { in CreateWrappedASTConsumer()
347 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer()
348 FrontendPluginRegistry::entries()) { in CreateWrappedASTConsumer()
H A DCompilerInstance.cpp1130 for (const FrontendPluginRegistry::entry &Plugin : in LoadRequestedPlugins()
1131 FrontendPluginRegistry::entries()) { in LoadRequestedPlugins()