Searched refs:runInvocation (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 403 return Action->runInvocation(std::move(Invocation), Files, in run() 425 return runInvocation(BinaryName, Compilation.get(), std::move(Invocation), in run() 429 bool ToolInvocation::runInvocation( in runInvocation() function in ToolInvocation 440 return Action->runInvocation(std::move(Invocation), Files, in runInvocation() 444 bool FrontendActionFactory::runInvocation( in runInvocation() function in FrontendActionFactory 649 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anonc483d1f70411::ASTBuilderAction
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 290 bool runInvocation(const char *BinaryName,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 148 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anon52df13440111::DependencyScanningAction
|