Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/
DExecution.cpp13 LLVM_INSTANTIATE_REGISTRY(clang::tooling::ToolExecutorPluginRegistry)
66 for (const auto &TEPlugin : ToolExecutorPluginRegistry::entries()) { in createExecutorFromCommandLineArgsImpl()
DStandaloneExecution.cpp83 static ToolExecutorPluginRegistry::Add<StandaloneToolExecutorPlugin>
DAllTUsExecution.cpp171 static ToolExecutorPluginRegistry::Add<AllTUsToolExecutorPlugin>
/external/llvm-project/clang/include/clang/Tooling/
DToolExecutorPluginRegistry.h18 using ToolExecutorPluginRegistry = llvm::Registry<ToolExecutorPlugin>; variable
/external/llvm-project/clang/unittests/Tooling/
DExecutionTest.cpp134 static ToolExecutorPluginRegistry::Add<TestToolExecutorPlugin>