Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLValue

109     CanAssign = Op->getLHS()->IgnoreParenImpCasts()->isLValue();
117 CanAssign = Op->getArg(0)->IgnoreParenImpCasts()->isLValue();
1197 if (!FirstE->isTypeDependent() && !FirstE->isLValue())
2127 if (E->isLValue())
2133 if (E != E2 && E2->isLValue()) {