Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp194 ToolInvocation Invocation( in runToolOnCodeWithArgs()
302 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation
308 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation
317 ToolInvocation::~ToolInvocation() { in ~ToolInvocation()
322 bool ToolInvocation::run() { in run()
364 bool ToolInvocation::runInvocation( in runInvocation()
550 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run()
638 ToolInvocation Invocation( in buildASTFromCodeWithArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h232 class ToolInvocation {
245 ToolInvocation(std::vector<std::string> CommandLine,
257 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
261 ~ToolInvocation();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h66 std::string ToolInvocation; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp560 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML()