Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp213 ToolInvocation Invocation( in runToolOnCodeWithArgs()
321 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation
327 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation
336 ToolInvocation::~ToolInvocation() { in ~ToolInvocation()
341 bool ToolInvocation::run() { in run()
383 bool ToolInvocation::runInvocation( in runInvocation()
569 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run()
657 ToolInvocation Invocation( in buildASTFromCodeWithArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h240 class ToolInvocation {
253 ToolInvocation(std::vector<std::string> CommandLine,
265 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
269 ~ToolInvocation();
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h66 std::string ToolInvocation; member
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp560 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML()