Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h26 class AllTUsToolExecutor : public ToolExecutor {
33 AllTUsToolExecutor(const CompilationDatabase &Compilations,
42 AllTUsToolExecutor(CommonOptionsParser Options, unsigned ThreadCount,