Lines Matching refs:getASTRecordLayout

101     const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);  in getVBPtrOffsets()
106 Context.getASTRecordLayout(VBT->IntroducingObject); in getVBPtrOffsets()
933 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) in performBaseAdjustment()
942 if (Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr()) { in performBaseAdjustment()
963 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldTypeidBeNullChecked()
997 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldDynamicCastCallBeNullChecked()
1060 Context.getASTRecordLayout(ClassDecl).getVBPtrOffset().getQuantity(); in GetVirtualBaseClassOffset()
1207 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); in initializeHiddenVirtualInheritanceMembers()
1279 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in EmitVBPtrStores()
1286 Context.getASTRecordLayout(VBT->IntroducingObject); in EmitVBPtrStores()
1420 getContext().getASTRecordLayout(MD->getParent()); in getVirtualFunctionPrologueThisAdjustment()
1701 getContext().getASTRecordLayout(DerivedRD); in emitVTableTypeMetadata()
1757 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr()); in getVTableAddressPointInStructor()
2153 getContext().getASTRecordLayout(VBT.IntroducingObject); in emitVBTableDefinition()
2154 const ASTRecordLayout &DerivedLayout = getContext().getASTRecordLayout(RD); in emitVBTableDefinition()
2843 Offs = getContext().getASTRecordLayout(RD).getVBPtrOffset(); in EmitFullMemberPointer()
3180 offs = getContext().getASTRecordLayout(RD).getVBPtrOffset(); in AdjustVirtualBase()
3418 getContext().getASTRecordLayout(DstRD).getVBPtrOffset().getQuantity()); in EmitNonNullMemberPointerConversion()
3638 .getASTRecordLayout(Parent->RD).getBaseClassOffset(RD).getQuantity(); in initialize()
3828 VBPtrOffset = Context.getASTRecordLayout(RD).getVBPtrOffset().getQuantity(); in getBaseClassDescriptor()
3884 if (Context.getASTRecordLayout(RD) in getCompleteObjectLocator()
4287 Context.getASTRecordLayout(MostDerivedClass); in getCatchableTypeArray()