Lines Matching refs:ExistingPPOpts
494 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() argument
504 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
557 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines) { in checkPreprocessorOptions()
559 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
566 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord) { in checkPreprocessorOptions()
574 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
575 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
576 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
588 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()
589 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
606 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() local
608 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions()
4145 const PreprocessorOptions &ExistingPPOpts; member in __anon546a9c040511::SimplePCHValidator
4152 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() argument
4157 ExistingPPOpts(ExistingPPOpts), in SimplePCHValidator()
4183 return checkPreprocessorOptions(ExistingPPOpts, PPOpts, nullptr, FileMgr, in ReadPreprocessorOptions()