Searched refs:NextBaseToMangle (Results 1 – 2 of 2) sorted by relevance
415 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()438 const CXXRecordDecl *NextBaseToMangle; member
3285 P->NextBaseToMangle = Base; in computeVTablePaths()3327 if (P.NextBaseToMangle) { in extendPath()3328 P.MangledPath.push_back(P.NextBaseToMangle); in extendPath()3329 P.NextBaseToMangle = nullptr;// Prevent the path from being extended twice. in extendPath()