Searched refs:NextBaseToMangle (Results 1 – 2 of 2) sorted by relevance
402 : ReusingBase(RD), BaseWithVPtr(RD), NextBaseToMangle(RD) {} in VPtrInfo()425 const CXXRecordDecl *NextBaseToMangle; member
3309 P->NextBaseToMangle = Base; in computeVTablePaths()3351 if (P->NextBaseToMangle) { in extendPath()3352 P->MangledPath.push_back(P->NextBaseToMangle); in extendPath()3353 P->NextBaseToMangle = nullptr;// Prevent the path from being extended twice. in extendPath()