Searched refs:ExistingPPOpts (Results 1 – 1 of 1) sorted by relevance
473 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() argument483 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()536 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines) { in checkPreprocessorOptions()538 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()545 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord) { in checkPreprocessorOptions()553 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()554 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()555 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()567 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()568 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()[all …]