Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp372 return Action->runInvocation(std::move(Invocation), Files, in run()
394 return runInvocation(BinaryName, Compilation.get(), std::move(Invocation), in run()
398 bool ToolInvocation::runInvocation( in runInvocation() function in ToolInvocation
409 return Action->runInvocation(std::move(Invocation), Files, in runInvocation()
413 bool FrontendActionFactory::runInvocation( in runInvocation() function in FrontendActionFactory
614 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anonb46906580411::ASTBuilderAction
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps, in HandleCXX()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp157 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() function in __anonee0cd4250111::DependencyScanningAction