Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Tooling/
H A DTooling.cpp404 return Action->runInvocation(std::move(Invocation), Files, in run()
426 return runInvocation(BinaryName, Compilation.get(), std::move(Invocation), in run()
430 bool ToolInvocation::runInvocation( in runInvocation()
441 return Action->runInvocation(std::move(Invocation), Files, in runInvocation()
445 bool FrontendActionFactory::runInvocation( in runInvocation()
651 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
429 bool ToolInvocation::runInvocation( runInvocation() function in ToolInvocation
444 bool FrontendActionFactory::runInvocation( runInvocation() function in FrontendActionFactory
649 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, runInvocation() function in __anond7f4c5740411::ASTBuilderAction
/llvm-project/clang/include/clang/Tooling/
H A DTooling.h86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
296 bool runInvocation(const char *BinaryName,
/llvm-project/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp97 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in clang::clangd::__anon3bac79200111::IndexActionFactory
102 return tooling::FrontendActionFactory::runInvocation( in runInvocation()
/llvm-project/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps, in HandleCXX()
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.h44 runInvocation(std::shared_ptr<clang::CompilerInvocation> Invocation,
H A DIncludeFixer.cpp84 bool IncludeFixerActionFactory::runInvocation( in runInvocation() function in clang::include_fixer::IncludeFixerActionFactory
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp575 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runClangTidy() function in clang::tidy::runClangTidy::ActionFactory
581 return FrontendActionFactory::runInvocation( in runClangTidy()
/llvm-project/clang/unittests/Tooling/DependencyScanning/
H A DDependencyScannerTest.cpp55 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anon2770b77c0111::TestDependencyScanningAction
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp296 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anond7e831410111::DependencyScanningAction