Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp632 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()
[all …]