Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DVTableBuilder.h450 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()
459 const CXXRecordDecl *IntroducingObject; member
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp3424 BaseSubobject IntroducingObject, in findPathsToSubobject() argument
3427 if (BaseSubobject(RD, Offset) == IntroducingObject) { in findPathsToSubobject()
3441 IntroducingObject, FullPath, Paths); in findPathsToSubobject()
3516 for (const CXXMethodDecl *MD : Info.IntroducingObject->methods()) { in selectBestPath()
3573 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath, in computeFullPathsForVFTables()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp106 Context.getASTRecordLayout(VBT->IntroducingObject); in getVBPtrOffsets()
1286 Context.getASTRecordLayout(VBT->IntroducingObject); in EmitVBPtrStores()
2153 getContext().getASTRecordLayout(VBT.IntroducingObject); in emitVBTableDefinition()