Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLValue

133     CanAssign = Op->getLHS()->IgnoreParenImpCasts()->isLValue();
152 CanAssign = Op->getArg(0)->IgnoreParenImpCasts()->isLValue();
1775 if (!FirstE->isTypeDependent() && !FirstE->isLValue())