Lines Matching refs:getFrontendOpts
380 auto OutputDirectory = CI.getFrontendOpts().SymbolGraphOutputDir; in createAdditionalSymbolGraphFile()
394 SerializationOptions.Compact = !CI.getFrontendOpts().EmitPrettySymbolGraphs; in ImplEndSourceFileAction()
396 CI.getFrontendOpts().EmitSymbolGraphSymbolLabelsForTesting; in ImplEndSourceFileAction()
398 if (CI.getFrontendOpts().EmitExtensionSymbolGraphs) { in ImplEndSourceFileAction()
416 auto ProductName = CI.getFrontendOpts().ProductName; in CreateASTConsumer()
418 if (CI.getFrontendOpts().SymbolGraphOutputDir.empty()) in CreateASTConsumer()
433 CI.getFrontendOpts().Inputs.back().getKind().getLanguage(), ProductName); in CreateASTConsumer()
445 if (!CI.getFrontendOpts().ExtractAPIIgnoresFileList.empty()) { in CreateASTConsumer()
447 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()
462 auto &Inputs = CI.getFrontendOpts().Inputs; in PrepareToExecuteAction()
531 ProductName = CI.getFrontendOpts().ProductName; in CreateASTConsumer()
539 CI.getFrontendOpts().Inputs.back().getKind().getLanguage(), ProductName); in CreateASTConsumer()
549 if (!CI.getFrontendOpts().ExtractAPIIgnoresFileList.empty()) { in CreateASTConsumer()
551 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()