Home
last modified time | relevance | path

Searched refs:runInvocation (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp87 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 DTooling.h86 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 DTooling.cpp383 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 Dhandle_cxx.cpp49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps, in HandleCXX()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.h44 runInvocation(std::shared_ptr<clang::CompilerInvocation> Invocation,
H A DIncludeFixer.cpp83 bool IncludeFixerActionFactory::runInvocation( in runInvocation() function in clang::include_fixer::IncludeFixerActionFactory
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp554 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 DDependencyScannerTest.cpp55 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anon83d2e91a0111::TestDependencyScanningAction
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp146 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anone24e14be0111::DependencyScanningAction