Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLValue

3918   case ET_IsLValueExpr: return E->isLValue();
4051 if (!isIndirect && !LHS.get()->Classify(Context).isLValue())
4104 bool ToIsLvalue = To->isLValue();