Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RefType

62     QualType RefType = Ctx.getLValueReferenceType(DstType);
64 TmpAddr = CGF.CreateMemTemp(RefType, Twine(Name) + ".ref");
65 auto TmpLVal = CGF.MakeAddrLValue(TmpAddr, RefType);