Lines Matching refs:Invocation
167 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local
168 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, *Diagnostics, in newInvocation()
170 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
171 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
172 return Invocation; in newInvocation()
213 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
216 return Invocation.run(); in runToolOnCodeWithArgs()
381 std::unique_ptr<CompilerInvocation> Invocation( in run() local
383 return runInvocation(BinaryName, Compilation.get(), std::move(Invocation), in run()
389 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() argument
392 if (Invocation->getHeaderSearchOpts().Verbose) { in runInvocation()
398 return Action->runInvocation(std::move(Invocation), Files, in runInvocation()
403 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation() argument
408 Compiler.setInvocation(std::move(Invocation)); in runInvocation()
573 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
575 Invocation.setDiagnosticConsumer(DiagConsumer); in run()
577 if (!Invocation.run()) { in run()
603 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() argument
608 Invocation, std::move(PCHContainerOps), in runInvocation()
609 CompilerInstance::createDiagnostics(&Invocation->getDiagnosticOpts(), in runInvocation()
661 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
664 Invocation.setDiagnosticConsumer(DiagConsumer); in buildASTFromCodeWithArgs()
674 if (!Invocation.run()) in buildASTFromCodeWithArgs()