Lines Matching refs:Invocation

148   CompilerInvocation *Invocation = new CompilerInvocation;  in newInvocation()  local
149 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, *Diagnostics, in newInvocation()
151 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
152 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
153 return Invocation; in newInvocation()
194 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
197 return Invocation.run(); in runToolOnCodeWithArgs()
358 std::unique_ptr<CompilerInvocation> Invocation( in run() local
360 return runInvocation(BinaryName, Compilation.get(), std::move(Invocation), in run()
366 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() argument
369 if (Invocation->getHeaderSearchOpts().Verbose) { in runInvocation()
375 return Action->runInvocation(std::move(Invocation), Files, in runInvocation()
380 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation() argument
385 Compiler.setInvocation(std::move(Invocation)); in runInvocation()
550 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
552 Invocation.setDiagnosticConsumer(DiagConsumer); in run()
554 if (!Invocation.run()) { in run()
580 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() argument
585 Invocation, std::move(PCHContainerOps), in runInvocation()
586 CompilerInstance::createDiagnostics(&Invocation->getDiagnosticOpts(), in runInvocation()
638 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
641 Invocation.setDiagnosticConsumer(DiagConsumer); in buildASTFromCodeWithArgs()
651 if (!Invocation.run()) in buildASTFromCodeWithArgs()