Searched refs:ToolInvocation (Results 1 – 5 of 5) sorted by relevance
239 class ToolInvocation {252 ToolInvocation(std::vector<std::string> CommandLine,264 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,268 ~ToolInvocation();270 ToolInvocation(const ToolInvocation &) = delete;271 ToolInvocation &operator=(const ToolInvocation &) = delete;
221 ToolInvocation Invocation( in runToolOnCodeWithArgs()352 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation358 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation367 ToolInvocation::~ToolInvocation() { in ~ToolInvocation()372 bool ToolInvocation::run() { in run()429 bool ToolInvocation::runInvocation( in runInvocation()619 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run()703 ToolInvocation Invocation( in buildASTFromCodeWithArgs()
411 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM, in createAndRunToolInvocation()
64 std::string ToolInvocation; member
632 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML()