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

References

tools/clang/lib/Serialization/ASTReader.cpp
  650       if (Existing.second) {
  658         SuggestedPredefines += Existing.first.str();
  666     if (Existing.second != Known->second.second) {
  676     if (Existing.second || Existing.first == Known->second.first)
  676     if (Existing.second || Existing.first == Known->second.first)
  682         << MacroName << Known->second.first << Existing.first;