reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
  632   collectMacroDefinitions(PPOpts, ASTFileMacros);
  688   if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && Validate) {
  697       PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && Validate) {
  699       Diags->Report(diag::err_pch_pp_detailed_record) << PPOpts.DetailedRecord;
  721     if (std::find(PPOpts.Includes.begin(), PPOpts.Includes.end(), File)
  721     if (std::find(PPOpts.Includes.begin(), PPOpts.Includes.end(), File)
  722           != PPOpts.Includes.end())
  732     if (std::find(PPOpts.MacroIncludes.begin(), PPOpts.MacroIncludes.end(),
  732     if (std::find(PPOpts.MacroIncludes.begin(), PPOpts.MacroIncludes.end(),
  734         != PPOpts.MacroIncludes.end())