Lines Matching refs:ExistingPPOpts
662 const PreprocessorOptions &ExistingPPOpts, bool ReadMacros, in checkPreprocessorOptions() argument
672 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, in checkPreprocessorOptions()
755 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && in checkPreprocessorOptions()
758 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
765 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && in checkPreprocessorOptions()
774 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
775 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
777 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
778 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
787 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
798 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()
799 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
814 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() local
817 PPOpts, ExistingPPOpts, ReadMacros, Complain ? &Reader.Diags : nullptr, in ReadPreprocessorOptions()
5347 const PreprocessorOptions &ExistingPPOpts; member in __anon063f2bd80c11::SimplePCHValidator
5355 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() argument
5360 ExistingPPOpts(ExistingPPOpts), in SimplePCHValidator()
5381 ExistingLangOpts, ExistingPPOpts); in ReadHeaderSearchOptions()
5388 PPOpts, ExistingPPOpts, ReadMacros, /*Diags=*/nullptr, FileMgr, in ReadPreprocessorOptions()