Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h377 : ReusingBase(RD), BaseWithVPtr(RD), NextBaseToMangle(RD) {} in VPtrInfo()
394 const CXXRecordDecl *BaseWithVPtr; member
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1119 Context.getASTRecordLayout(VBT->BaseWithVPtr); in EmitVBPtrStores()
1777 getContext().getASTRecordLayout(VBT.BaseWithVPtr); in emitVBTableDefinition()
/external/clang/lib/AST/
DVTableBuilder.cpp3450 if (RD == Info->BaseWithVPtr && Offset == Info->FullOffsetInMDC) { in findPathForVPtr()