Lines Matching refs:ExistingPPOpts
624 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() argument
635 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
688 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && Validate) { in checkPreprocessorOptions()
690 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
697 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && Validate) { in checkPreprocessorOptions()
705 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
706 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
708 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
709 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
718 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
730 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()
731 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
748 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() local
750 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions()
4672 const PreprocessorOptions &ExistingPPOpts; member in __anon77ecc0710711::SimplePCHValidator
4679 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() argument
4684 ExistingPPOpts(ExistingPPOpts), in SimplePCHValidator()
4711 return checkPreprocessorOptions(ExistingPPOpts, PPOpts, nullptr, FileMgr, in ReadPreprocessorOptions()