Lines Matching defs:RecordTy
645 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
651 LHS = CGF.MakeNaturalAlignPointeeAddrLValue(ThisPtr, RecordTy);
653 LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
674 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
978 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
980 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy);
983 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
1124 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
1125 LValue LHS = CGF.MakeAddrLValue(ThisPtr, RecordTy);
1646 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent());
1647 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy);