Home
last modified time | relevance | path

Searched refs:NextBase (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2906 const CXXRecordDecl *NextBase = nullptr, *NextLastVBase = LastVBase; in AddMethods() local
2909 NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth]; in AddMethods()
2910 if (isDirectVBase(NextBase, RD)) { in AddMethods()
2911 NextLastVBase = NextBase; in AddMethods()
2912 NextBaseOffset = MostDerivedClassLayout.getVBaseClassOffset(NextBase); in AddMethods()
2915 Base.getBaseOffset() + Layout.getBaseClassOffset(NextBase); in AddMethods()
2920 NextBase = PrimaryBase; in AddMethods()
2924 if (NextBase) { in AddMethods()
2925 AddMethods(BaseSubobject(NextBase, NextBaseOffset), BaseDepth + 1, in AddMethods()
2927 if (!VisitedBases.insert(NextBase)) in AddMethods()