Searched refs:IntroducingObject (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/clang/include/clang/AST/ |
| H A D | VTableBuilder.h | 479 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo() 488 const CXXRecordDecl *IntroducingObject; member
|
| /llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 3517 // (RD, Offset) to the subobject located at IntroducingObject. 3521 BaseSubobject IntroducingObject, in findPathsToSubobject() argument 3524 if (BaseSubobject(RD, Offset) == IntroducingObject) { in findPathsToSubobject() 3538 IntroducingObject, FullPath, Paths); in findPathsToSubobject() 3613 for (const CXXMethodDecl *MD : Info.IntroducingObject->methods()) { in selectBestPath() 3670 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath, in computeFullPathsForVFTables()
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 107 Context.getASTRecordLayout(VBT->IntroducingObject); in getVBPtrOffsets() 1325 Context.getASTRecordLayout(VBT->IntroducingObject); in EmitVBPtrStores() 2183 getContext().getASTRecordLayout(VBT.IntroducingObject); in emitVBTableDefinition()
|