Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp259 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() argument
269 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
322 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines) { in checkPreprocessorOptions()
324 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
331 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord) { in checkPreprocessorOptions()
339 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()
340 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
341 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
354 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) { in checkPreprocessorOptions()
355 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
[all …]