Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/
DAllTUsExecution.cpp19 const char *AllTUsToolExecutor::ExecutorName = "AllTUsToolExecutor";
64 AllTUsToolExecutor::AllTUsToolExecutor( in AllTUsToolExecutor() function in clang::tooling::AllTUsToolExecutor
70 AllTUsToolExecutor::AllTUsToolExecutor( in AllTUsToolExecutor() function in clang::tooling::AllTUsToolExecutor
78 llvm::Error AllTUsToolExecutor::execute( in execute()
166 return std::make_unique<AllTUsToolExecutor>(std::move(OptionsParser), in create()
/external/llvm-project/clang/include/clang/Tooling/
DAllTUsExecution.h25 class AllTUsToolExecutor : public ToolExecutor {
32 AllTUsToolExecutor(const CompilationDatabase &Compilations,
41 AllTUsToolExecutor(CommonOptionsParser Options, unsigned ThreadCount,
/external/llvm-project/clang/unittests/Tooling/
DExecutionTest.cpp252 AllTUsToolExecutor Executor(Compilations, /*ThreadCount=*/0); in TEST()
282 AllTUsToolExecutor Executor(Compilations, /*ThreadCount=*/0); in TEST()