Home
last modified time | relevance | path

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

/external/clang/include/clang/Tooling/
DTooling.h72 runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files,
88 bool runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files,
262 bool runInvocation(const char *BinaryName,
/external/llvm-project/clang/include/clang/Tooling/
DTooling.h79 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
96 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
274 bool runInvocation(const char *BinaryName,
/external/clang/lib/Tooling/
DTooling.cpp270 return runInvocation(BinaryName, Compilation.get(), Invocation.release(), in run()
274 bool ToolInvocation::runInvocation( in runInvocation() function in clang::tooling::ToolInvocation
285 return Action->runInvocation(Invocation, Files, std::move(PCHContainerOps), in runInvocation()
289 bool FrontendActionFactory::runInvocation( in runInvocation() function in clang::tooling::FrontendActionFactory
469 bool runInvocation(CompilerInvocation *Invocation, FileManager *Files, in runInvocation() function in clang::tooling::__anon5787d6230211::ASTBuilderAction
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp356 return runInvocation(BinaryName, Compilation.get(), std::move(Invocation), in run()
360 bool ToolInvocation::runInvocation( in runInvocation() function in ToolInvocation
371 return Action->runInvocation(std::move(Invocation), Files, in runInvocation()
375 bool FrontendActionFactory::runInvocation( in runInvocation() function in FrontendActionFactory
575 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anon276e12310211::ASTBuilderAction
/external/clang/tools/clang-fuzzer/
DClangFuzzer.cpp44 action->runInvocation(Invocation.release(), Files.get(), PCHContainerOps, in LLVMFuzzerTestOneInput()
/external/llvm-project/clang/tools/clang-fuzzer/handle-cxx/
Dhandle_cxx.cpp49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps, in HandleCXX()
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.h44 runInvocation(std::shared_ptr<clang::CompilerInvocation> Invocation,
DIncludeFixer.cpp83 bool IncludeFixerActionFactory::runInvocation( in runInvocation() function in clang::include_fixer::IncludeFixerActionFactory
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DDependencyScanningWorker.cpp60 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anonff99487e0111::DependencyScanningAction
/external/llvm-project/clang/unittests/Tooling/
DDependencyScannerTest.cpp52 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in clang::tooling::__anonceae9cda0111::TestDependencyScanningAction
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp547 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runClangTidy() function in clang::tidy::runClangTidy::ActionFactory
553 return FrontendActionFactory::runInvocation( in runClangTidy()