Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp500 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() argument
510 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
563 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines) { in checkPreprocessorOptions()
565 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
572 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord) { in checkPreprocessorOptions()
580 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
581 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
582 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
594 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()
595 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
[all …]