Lines Matching refs:ExistingPPOpts
500 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() argument
510 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
563 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines) { in checkPreprocessorOptions()
565 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
572 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord) { in checkPreprocessorOptions()
580 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
581 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
582 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
594 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()
595 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
612 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() local
614 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions()
4150 const PreprocessorOptions &ExistingPPOpts; member in __anon546a9c040611::SimplePCHValidator
4157 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() argument
4162 ExistingPPOpts(ExistingPPOpts), in SimplePCHValidator()
4188 return checkPreprocessorOptions(ExistingPPOpts, PPOpts, nullptr, FileMgr, in ReadPreprocessorOptions()