Searched refs:ToolInvocation (Results 1 – 5 of 5) sorted by relevance
245 class ToolInvocation {258 ToolInvocation(std::vector<std::string> CommandLine,270 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,274 ~ToolInvocation();276 ToolInvocation(const ToolInvocation &) = delete;277 ToolInvocation &operator=(const ToolInvocation &) = delete;
218 ToolInvocation Invocation( in runToolOnCodeWithArgs()349 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation355 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation364 ToolInvocation::~ToolInvocation() { in ~ToolInvocation()369 bool ToolInvocation::run() { in run()427 bool ToolInvocation::runInvocation( in runInvocation()617 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run()703 ToolInvocation Invocation( in buildASTFromCodeWithArgs()
64 std::string ToolInvocation; member
719 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM, in createAndRunToolInvocation()
628 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML()