Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LValType

268                                       QualType LValType) override;
2125 QualType LValType) {
2135 LV = CGF.MakeNaturalAlignAddrLValue(Val, LValType);
2137 LV = CGF.MakeAddrLValue(Val, LValType, CGF.getContext().getDeclAlign(VD));