Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h415 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()
424 const CXXRecordDecl *IntroducingObject; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3381 BaseSubobject IntroducingObject, in findPathsToSubobject() argument
3384 if (BaseSubobject(RD, Offset) == IntroducingObject) { in findPathsToSubobject()
3398 IntroducingObject, FullPath, Paths); in findPathsToSubobject()
3473 for (const CXXMethodDecl *MD : Info.IntroducingObject->methods()) { in selectBestPath()
3530 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath, in computeFullPathsForVFTables()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp102 Context.getASTRecordLayout(VBT->IntroducingObject); in getVBPtrOffsets()
1221 Context.getASTRecordLayout(VBT->IntroducingObject); in EmitVBPtrStores()
2053 getContext().getASTRecordLayout(VBT.IntroducingObject); in emitVBTableDefinition()