Searched refs:ExistingPPOpts (Results 1 – 1 of 1) sorted by relevance
494 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() argument504 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()[all …]