Searched refs:StandaloneToolExecutor (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp20 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor";
29 StandaloneToolExecutor::StandaloneToolExecutor( function in class:clang::tooling::StandaloneToolExecutor
42 StandaloneToolExecutor::StandaloneToolExecutor( function in class:clang::tooling::StandaloneToolExecutor
52 llvm::Error StandaloneToolExecutor::execute(
79 return std::make_unique<StandaloneToolExecutor>(std::move(OptionsParser));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h30 class StandaloneToolExecutor : public ToolExecutor { class in namespace:clang::tooling
36 StandaloneToolExecutor(
48 StandaloneToolExecutor(

Completed in 102 milliseconds