Home | History | Annotate | Download | only in Tooling

Lines Matching refs:ToolInvocation

131   ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction,
168 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine,
176 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine,
184 ToolInvocation::~ToolInvocation() {
189 void ToolInvocation::setDiagnosticConsumer(DiagnosticConsumer *D) {
193 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) {
199 bool ToolInvocation::run() {
232 bool ToolInvocation::runInvocation(
355 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get());
413 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action,