Searched refs:NextBaseToMangle (Results 1 – 2 of 2) sorted by relevance
479 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()502 const CXXRecordDecl *NextBaseToMangle; member
3427 P->NextBaseToMangle = Base; in computeVTablePaths() 3469 if (P.NextBaseToMangle) { in extendPath() 3470 P.MangledPath.push_back(P.NextBaseToMangle); in extendPath() 3471 P.NextBaseToMangle = nullptr;// Prevent the path from being extended twice. in extendPath()