Lines Matching defs:NextBase
3050 const CXXRecordDecl *NextBase = nullptr, *NextLastVBase = LastVBase;
3053 NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth];
3054 if (isDirectVBase(NextBase, RD)) {
3055 NextLastVBase = NextBase;
3056 NextBaseOffset = MostDerivedClassLayout.getVBaseClassOffset(NextBase);
3059 Base.getBaseOffset() + Layout.getBaseClassOffset(NextBase);
3064 NextBase = PrimaryBase;
3068 if (NextBase) {
3069 AddMethods(BaseSubobject(NextBase, NextBaseOffset), BaseDepth + 1,
3071 if (!VisitedBases.insert(NextBase))
3479 // Any bucket with more than one path in it gets extended by NextBase, which