Home
last modified time | relevance | path

Searched refs:BaseWithVPtr (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()
394 const CXXRecordDecl *BaseWithVPtr; member
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp3460 BaseSubobject BaseWithVPtr, in findPathsToSubobject() argument
3463 if (BaseSubobject(RD, Offset) == BaseWithVPtr) { in findPathsToSubobject()
3477 BaseWithVPtr, FullPath, Paths); in findPathsToSubobject()
3552 for (const CXXMethodDecl *MD : Info->BaseWithVPtr->methods()) { in selectBestPath()
3610 BaseSubobject(Info->BaseWithVPtr, Info->FullOffsetInMDC), FullPath, in computeFullPathsForVFTables()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp1175 Context.getASTRecordLayout(VBT->BaseWithVPtr); in EmitVBPtrStores()
1943 getContext().getASTRecordLayout(VBT.BaseWithVPtr); in emitVBTableDefinition()