Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RecordTy

558   QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
559 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
589 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
923 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
925 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
928 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
1080 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
1081 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
1508 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent());
1509 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy);