Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLValue

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