Searched refs:PathToIntroducingObject (Results 1 – 3 of 3) sorted by relevance
482 BasePath PathToIntroducingObject; member
2955 if (BaseDepth < WhichVFPtr.PathToIntroducingObject.size()) { in AddMethods()2956 NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth]; in AddMethods()3150 PrintBasePath(WhichVFPtr.PathToIntroducingObject, Out); in dumpLayout()3581 Info->PathToIntroducingObject.clear(); in computeFullPathsForVFTables()3585 Info->PathToIntroducingObject.push_back(BSO.getBase()); in computeFullPathsForVFTables()
1668 if (Info.PathToIntroducingObject.empty()) { in emitVTableTypeMetadata()1675 Info.PathToIntroducingObject.back()); in emitVTableTypeMetadata()1679 for (unsigned I = Info.PathToIntroducingObject.size() - 1; I != 0; --I) { in emitVTableTypeMetadata()1680 const CXXRecordDecl *DerivedRD = Info.PathToIntroducingObject[I - 1]; in emitVTableTypeMetadata()1681 const CXXRecordDecl *BaseRD = Info.PathToIntroducingObject[I]; in emitVTableTypeMetadata()