Searched refs:NextBaseToMangle (Results 1 – 2 of 2) sorted by relevance
450 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()473 const CXXRecordDecl *NextBaseToMangle; member
3332 P->NextBaseToMangle = Base; in computeVTablePaths()3374 if (P.NextBaseToMangle) { in extendPath()3375 P.MangledPath.push_back(P.NextBaseToMangle); in extendPath()3376 P.NextBaseToMangle = nullptr;// Prevent the path from being extended twice. in extendPath()