Searched refs:PathToIntroducingObject (Results 1 – 3 of 3) sorted by relevance
448 BasePath PathToIntroducingObject; member
2908 if (BaseDepth < WhichVFPtr.PathToIntroducingObject.size()) { in AddMethods()2909 NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth]; in AddMethods()3103 PrintBasePath(WhichVFPtr.PathToIntroducingObject, Out); in dumpLayout()3534 Info->PathToIntroducingObject.clear(); in computeFullPathsForVFTables()3538 Info->PathToIntroducingObject.push_back(BSO.getBase()); in computeFullPathsForVFTables()
1597 if (Info.PathToIntroducingObject.empty()) { in emitVTableTypeMetadata()1604 Info.PathToIntroducingObject.back()); in emitVTableTypeMetadata()1608 for (unsigned I = Info.PathToIntroducingObject.size() - 1; I != 0; --I) { in emitVTableTypeMetadata()1609 const CXXRecordDecl *DerivedRD = Info.PathToIntroducingObject[I - 1]; in emitVTableTypeMetadata()1610 const CXXRecordDecl *BaseRD = Info.PathToIntroducingObject[I]; in emitVTableTypeMetadata()