Lines Matching refs:ExistingPPOpts
646 const PreprocessorOptions &ExistingPPOpts, DiagnosticsEngine *Diags, in checkPreprocessorOptions() argument
655 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
728 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && in checkPreprocessorOptions()
731 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
738 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && in checkPreprocessorOptions()
747 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
748 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
750 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
751 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
760 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
771 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()
772 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
787 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() local
789 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions()
5170 const PreprocessorOptions &ExistingPPOpts; member in __anon753f31390a11::SimplePCHValidator
5178 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() argument
5183 ExistingPPOpts(ExistingPPOpts), in SimplePCHValidator()
5204 ExistingLangOpts, ExistingPPOpts); in ReadHeaderSearchOptions()
5211 PPOpts, ExistingPPOpts, /*Diags=*/nullptr, FileMgr, in ReadPreprocessorOptions()