Searched refs:PathToIntroducingObject (Results 1 – 3 of 3) sorted by relevance
483 BasePath PathToIntroducingObject; member
2956 if (BaseDepth < WhichVFPtr.PathToIntroducingObject.size()) { in AddMethods()2957 NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth]; in AddMethods()3149 PrintBasePath(WhichVFPtr.PathToIntroducingObject, Out); in dumpLayout()3578 Info->PathToIntroducingObject.clear(); in computeFullPathsForVFTables()3582 Info->PathToIntroducingObject.push_back(BSO.getBase()); in computeFullPathsForVFTables()
1690 if (Info.PathToIntroducingObject.empty()) { in emitVTableTypeMetadata()1697 Info.PathToIntroducingObject.back()); in emitVTableTypeMetadata()1701 for (unsigned I = Info.PathToIntroducingObject.size() - 1; I != 0; --I) { in emitVTableTypeMetadata()1702 const CXXRecordDecl *DerivedRD = Info.PathToIntroducingObject[I - 1]; in emitVTableTypeMetadata()1703 const CXXRecordDecl *BaseRD = Info.PathToIntroducingObject[I]; in emitVTableTypeMetadata()