Lines Matching defs:ExistingPPOpts
667 const PreprocessorOptions &ExistingPPOpts, bool ReadMacros,
677 collectMacroDefinitions(ExistingPPOpts, ExistingMacros,
760 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines &&
763 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines;
770 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord &&
779 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) {
780 StringRef File = ExistingPPOpts.Includes[I];
782 if (!ExistingPPOpts.ImplicitPCHInclude.empty() &&
783 !ExistingPPOpts.PCHThroughHeader.empty()) {
792 if (File == ExistingPPOpts.ImplicitPCHInclude)
803 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) {
804 StringRef File = ExistingPPOpts.MacroIncludes[I];
819 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts();
822 PPOpts, ExistingPPOpts, ReadMacros, Complain ? &Reader.Diags : nullptr,
5352 const PreprocessorOptions &ExistingPPOpts;
5360 const PreprocessorOptions &ExistingPPOpts,
5365 ExistingPPOpts(ExistingPPOpts),
5386 ExistingModuleCachePath, nullptr, ExistingLangOpts, ExistingPPOpts);
5393 PPOpts, ExistingPPOpts, ReadMacros, /*Diags=*/nullptr, FileMgr,