Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RecordTy

710   QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
711 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
732 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
1052 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
1054 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy);
1057 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
1205 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
1206 LValue LHS = CGF.MakeAddrLValue(ThisPtr, RecordTy);
1667 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent());
1668 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy);