Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
HDExecution.cpp13 LLVM_INSTANTIATE_REGISTRY(clang::tooling::ToolExecutorPluginRegistry)
66 for (const auto &TEPlugin : ToolExecutorPluginRegistry::entries()) { in createExecutorFromCommandLineArgsImpl()
HDStandaloneExecution.cpp83 static ToolExecutorPluginRegistry::Add<StandaloneToolExecutorPlugin>
HDAllTUsExecution.cpp171 static ToolExecutorPluginRegistry::Add<AllTUsToolExecutorPlugin>
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
HDToolExecutorPluginRegistry.h18 using ToolExecutorPluginRegistry = llvm::Registry<ToolExecutorPlugin>; variable