Lines Matching refs:ExistingPPOpts

632                                      const PreprocessorOptions &ExistingPPOpts,  in checkPreprocessorOptions()  argument
643 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
696 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && Validate) { in checkPreprocessorOptions()
698 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
705 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && Validate) { in checkPreprocessorOptions()
713 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
714 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
716 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
717 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
726 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
738 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()
739 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
756 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() local
758 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions()
5115 const PreprocessorOptions &ExistingPPOpts; member in __anon22a59e6d0a11::SimplePCHValidator
5122 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() argument
5126 ExistingPPOpts(ExistingPPOpts), in SimplePCHValidator()
5152 return checkPreprocessorOptions(ExistingPPOpts, PPOpts, nullptr, FileMgr, in ReadPreprocessorOptions()