Lines Matching defs:RecordTy
644 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
650 LHS = CGF.MakeNaturalAlignPointeeAddrLValue(ThisPtr, RecordTy);
652 LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
673 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
977 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
979 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy);
982 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
1123 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
1124 LValue LHS = CGF.MakeAddrLValue(ThisPtr, RecordTy);
1645 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent());
1646 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy);