Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h402 : ReusingBase(RD), BaseWithVPtr(RD), NextBaseToMangle(RD) {} in VPtrInfo()
415 const CXXRecordDecl *BaseWithVPtr; member
/external/clang/lib/AST/
DVTableBuilder.cpp3407 BaseSubobject BaseWithVPtr, in findPathsToSubobject() argument
3410 if (BaseSubobject(RD, Offset) == BaseWithVPtr) { in findPathsToSubobject()
3424 BaseWithVPtr, FullPath, Paths); in findPathsToSubobject()
3499 for (const CXXMethodDecl *MD : Info->BaseWithVPtr->methods()) { in selectBestPath()
3557 BaseSubobject(Info->BaseWithVPtr, Info->FullOffsetInMDC), FullPath, in computeFullPathsForVFTables()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp101 Context.getASTRecordLayout(VBT->BaseWithVPtr); in getVBPtrOffsets()
1217 Context.getASTRecordLayout(VBT->BaseWithVPtr); in EmitVBPtrStores()
1998 getContext().getASTRecordLayout(VBT.BaseWithVPtr); in emitVBTableDefinition()