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
3331 P->NextBaseToMangle = Base; in computeVTablePaths()3373 if (P.NextBaseToMangle) { in extendPath()3374 P.MangledPath.push_back(P.NextBaseToMangle); in extendPath()3375 P.NextBaseToMangle = nullptr;// Prevent the path from being extended twice. in extendPath()