Lines Matching refs:getFrontendOpts
52 return CreateASTPrinter(OS, CI.getFrontendOpts().ASTDumpFilter); in CreateASTConsumer()
58 return CreateASTDumper(CI.getFrontendOpts().ASTDumpFilter, in CreateASTConsumer()
59 CI.getFrontendOpts().ASTDumpDecls, in CreateASTConsumer()
60 CI.getFrontendOpts().ASTDumpLookups); in CreateASTConsumer()
88 if (!CI.getFrontendOpts().RelocatablePCH) in CreateASTConsumer()
95 Buffer, CI.getFrontendOpts().ModuleFileExtensions, in CreateASTConsumer()
98 +CI.getFrontendOpts().IncludeTimestamps)); in CreateASTConsumer()
109 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) { in ComputeASTConsumerArguments()
118 CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true, in ComputeASTConsumerArguments()
124 OutputFile = CI.getFrontendOpts().OutputFile; in ComputeASTConsumerArguments()
143 Buffer, CI.getFrontendOpts().ModuleFileExtensions, in CreateASTConsumer()
146 +CI.getFrontendOpts().BuildingImplicitModule)); in CreateASTConsumer()
282 for (const auto &F : CI.getFrontendOpts().ModulesEmbedFiles) { in BeginSourceFileAction()
288 if (CI.getFrontendOpts().ModulesEmbedAllFiles) in BeginSourceFileAction()
386 if (CI.getFrontendOpts().OutputFile.empty()) { in ComputeASTConsumerArguments()
388 CI.getFrontendOpts().OutputFile = in ComputeASTConsumerArguments()
397 CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true, in ComputeASTConsumerArguments()
404 OutputFile = CI.getFrontendOpts().OutputFile; in ComputeASTConsumerArguments()
433 CI.getFrontendOpts().ModuleFileExtensions, in ExecuteAction()
598 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction()