Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h377 : ReusingBase(RD), BaseWithVPtr(RD), NextBaseToMangle(RD) {} in VPtrInfo()
387 const CXXRecordDecl *ReusingBase; member
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp1185 "vbptr." + VBT->ReusingBase->getName()); in EmitVBPtrStores()
1915 llvm::ArrayType::get(CGM.IntTy, 1 + VBT.ReusingBase->getNumVBases()); in getAddrOfVBTable()
1937 const CXXRecordDecl *ReusingBase = VBT.ReusingBase; in emitVBTableDefinition() local
1939 assert(RD->getNumVBases() && ReusingBase->getNumVBases() && in emitVBTableDefinition()
1946 SmallVector<llvm::Constant *, 4> Offsets(1 + ReusingBase->getNumVBases(), in emitVBTableDefinition()
1954 for (const auto &I : ReusingBase->vbases()) { in emitVBTableDefinition()
1966 unsigned VBIndex = Context.getVBTableIndex(ReusingBase, VBase); in emitVBTableDefinition()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp3366 if (P->ReusingBase == Base && in computeVTablePaths()
3369 P->ReusingBase = RD; in computeVTablePaths()