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

References

tools/clang/lib/AST/CXXInheritance.cpp
  562   for (const_iterator I = Other.begin(), IE = Other.end(); I != IE; ++I) {
  562   for (const_iterator I = Other.begin(), IE = Other.end(); I != IE; ++I) {
  563     for (overriding_const_iterator M = I->second.begin(),
  564                                 MEnd = I->second.end();
  567       add(I->first, *M);