Searched refs:PathToIntroducingObject (Results 1 – 3 of 3) sorted by relevance
512 BasePath PathToIntroducingObject; member
3052 if (BaseDepth < WhichVFPtr.PathToIntroducingObject.size()) { in AddMethods() 3053 NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth]; in AddMethods() 3245 PrintBasePath(WhichVFPtr.PathToIntroducingObject, Out); in dumpLayout() 3674 Info->PathToIntroducingObject.clear(); in computeFullPathsForVFTables() 3678 Info->PathToIntroducingObject.push_back(BSO.getBase()); in computeFullPathsForVFTables()
1719 if (Info.PathToIntroducingObject.empty()) { in emitVTableTypeMetadata() 1726 Info.PathToIntroducingObject.back()); in emitVTableTypeMetadata() 1730 for (unsigned I = Info.PathToIntroducingObject.size() - 1; I != 0; --I) { in emitVTableTypeMetadata() 1731 const CXXRecordDecl *DerivedRD = Info.PathToIntroducingObject[I - 1]; in emitVTableTypeMetadata() 1732 const CXXRecordDecl *BaseRD = Info.PathToIntroducingObject[I]; in emitVTableTypeMetadata()