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

References

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1632   for (unsigned I = Info.PathToIntroducingObject.size() - 1; I != 0; --I) {
 1632   for (unsigned I = Info.PathToIntroducingObject.size() - 1; I != 0; --I) {
 1633     const CXXRecordDecl *DerivedRD = Info.PathToIntroducingObject[I - 1];
 1634     const CXXRecordDecl *BaseRD = Info.PathToIntroducingObject[I];