Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/
DStandaloneExecution.cpp20 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor";
29 StandaloneToolExecutor::StandaloneToolExecutor( in StandaloneToolExecutor() function in clang::tooling::StandaloneToolExecutor
42 StandaloneToolExecutor::StandaloneToolExecutor( in StandaloneToolExecutor() function in clang::tooling::StandaloneToolExecutor
52 llvm::Error StandaloneToolExecutor::execute( in execute()
79 return std::make_unique<StandaloneToolExecutor>(std::move(OptionsParser)); in create()
/external/llvm-project/clang/include/clang/Tooling/
DStandaloneExecution.h30 class StandaloneToolExecutor : public ToolExecutor {
36 StandaloneToolExecutor(
48 StandaloneToolExecutor(
/external/llvm-project/clang/unittests/Tooling/
DExecutionTest.cpp171 StandaloneToolExecutor::ExecutorName); in TEST()
186 StandaloneToolExecutor Executor(Compilations, in TEST()
197 StandaloneToolExecutor Executor(Compilations, in TEST()
210 StandaloneToolExecutor Executor(Compilations, in TEST()