Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h449 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()
458 const CXXRecordDecl *IntroducingObject; member
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp3428 BaseSubobject IntroducingObject, in findPathsToSubobject() argument
3431 if (BaseSubobject(RD, Offset) == IntroducingObject) { in findPathsToSubobject()
3445 IntroducingObject, FullPath, Paths); in findPathsToSubobject()
3520 for (const CXXMethodDecl *MD : Info.IntroducingObject->methods()) { in selectBestPath()
3577 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath, in computeFullPathsForVFTables()
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp102 Context.getASTRecordLayout(VBT->IntroducingObject); in getVBPtrOffsets()
1269 Context.getASTRecordLayout(VBT->IntroducingObject); in EmitVBPtrStores()
2134 getContext().getASTRecordLayout(VBT.IntroducingObject); in emitVBTableDefinition()