Searched refs:NextBaseToMangle (Results 1 – 2 of 2) sorted by relevance
377 : ReusingBase(RD), BaseWithVPtr(RD), NextBaseToMangle(RD) {} in VPtrInfo()404 const CXXRecordDecl *NextBaseToMangle; member
3356 P->NextBaseToMangle = Base; in computeVTablePaths()3398 if (P->NextBaseToMangle) { in extendPath()3399 P->MangledPath.push_back(P->NextBaseToMangle); in extendPath()3400 P->NextBaseToMangle = nullptr;// Prevent the path from being extended twice. in extendPath()