| /llvm-project-15.0.7/clang-tools-extra/clangd/indexer/ |
| H A D | IndexerMain.cpp | 87 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in clang::clangd::__anon30e346fd0111::IndexActionFactory 92 return tooling::FrontendActionFactory::runInvocation( in runInvocation()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 287 bool runInvocation(const char *BinaryName,
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 383 return runInvocation(BinaryName, Compilation.get(), std::move(Invocation), in run() 387 bool ToolInvocation::runInvocation( in runInvocation() function in ToolInvocation 398 return Action->runInvocation(std::move(Invocation), Files, in runInvocation() 402 bool FrontendActionFactory::runInvocation( in runInvocation() function in FrontendActionFactory 603 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anon5f85be710411::ASTBuilderAction
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-cxx/ |
| H A D | handle_cxx.cpp | 49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps, in HandleCXX()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | IncludeFixer.h | 44 runInvocation(std::shared_ptr<clang::CompilerInvocation> Invocation,
|
| H A D | IncludeFixer.cpp | 83 bool IncludeFixerActionFactory::runInvocation( in runInvocation() function in clang::include_fixer::IncludeFixerActionFactory
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidy.cpp | 554 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runClangTidy() function in clang::tidy::runClangTidy::ActionFactory 560 return FrontendActionFactory::runInvocation( in runClangTidy()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | DependencyScannerTest.cpp | 55 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anon83d2e91a0111::TestDependencyScanningAction
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 146 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anone24e14be0111::DependencyScanningAction
|