Home
last modified time | relevance | path

Searched defs:getExecutorName (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h46 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName() function
H A DStandaloneExecution.h54 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName() function
/llvm-project/clang/unittests/Tooling/
H A DExecutionTest.cpp98 StringRef getExecutorName() const override { return ExecutorName; } getExecutorName() function in clang::tooling::TestToolExecutor