Lines Matching refs:RecordTy
543 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
544 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
577 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
802 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
804 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
807 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
957 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
958 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
1391 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent());
1392 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy);