Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp646 const PreprocessorOptions &ExistingPPOpts, DiagnosticsEngine *Diags, in checkPreprocessorOptions() argument
655 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
728 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && in checkPreprocessorOptions()
731 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
738 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && in checkPreprocessorOptions()
747 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
748 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
750 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
751 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
760 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
[all …]