Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RecordTy

545   QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
546 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
577 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
832 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
834 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
837 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
988 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
989 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
1412 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent());
1413 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy);