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

References

tools/clang/lib/AST/VTableBuilder.cpp
 2907   if (BaseDepth < WhichVFPtr.PathToIntroducingObject.size()) {
 2908     NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth];
 3102   PrintBasePath(WhichVFPtr.PathToIntroducingObject, Out);
 3533     Info->PathToIntroducingObject.clear();
 3537         Info->PathToIntroducingObject.push_back(BSO.getBase());
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1621   if (Info.PathToIntroducingObject.empty()) {
 1628                             Info.PathToIntroducingObject.back());
 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];