Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/
DExecution.cpp66 for (const auto &TEPlugin : ToolExecutorPluginRegistry::entries()) { in createExecutorFromCommandLineArgsImpl() local
67 if (TEPlugin.getName() != ExecutorName) { in createExecutorFromCommandLineArgsImpl()
70 std::unique_ptr<ToolExecutorPlugin> Plugin(TEPlugin.instantiate()); in createExecutorFromCommandLineArgsImpl()
75 llvm::Twine("Failed to create '") + TEPlugin.getName() + in createExecutorFromCommandLineArgsImpl()