Lines Matching refs:ExistingPPOpts

645     const PreprocessorOptions &ExistingPPOpts, DiagnosticsEngine *Diags,  in checkPreprocessorOptions()  argument
654 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
727 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && in checkPreprocessorOptions()
730 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
737 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && in checkPreprocessorOptions()
746 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
747 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
749 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
750 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
759 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
770 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()
771 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
786 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() local
788 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions()
5164 const PreprocessorOptions &ExistingPPOpts; member in __anon4dbaf2520a11::SimplePCHValidator
5172 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() argument
5177 ExistingPPOpts(ExistingPPOpts), in SimplePCHValidator()
5198 ExistingLangOpts, ExistingPPOpts); in ReadHeaderSearchOptions()
5205 PPOpts, ExistingPPOpts, /*Diags=*/nullptr, FileMgr, in ReadPreprocessorOptions()