Home
last modified time | relevance | path

Searched refs:ExistingPPOpts (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp667 const PreprocessorOptions &ExistingPPOpts, bool ReadMacros, in checkPreprocessorOptions() argument
677 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, in checkPreprocessorOptions()
760 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && in checkPreprocessorOptions()
763 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
770 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && in checkPreprocessorOptions()
779 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
780 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
782 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
783 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
792 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
[all …]