Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RecordTy

553   QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
554 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
587 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
812 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
814 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
817 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
963 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
964 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
1390 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent());
1391 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy);