Lines Matching refs:isLValue
11575 if (ShouldBeLValue && !E->isLValue()) { in CheckValue()
12412 if (!X->isLValue() || !V->isLValue()) { in ActOnOpenMPAtomicDirective()
12413 const Expr *NotLValueExpr = X->isLValue() ? V : X; in ActOnOpenMPAtomicDirective()
12475 if (!X->isLValue()) { in ActOnOpenMPAtomicDirective()
20199 if (!Depobj->isLValue()) { in ActOnOpenMPDepobjClause()
20377 if (!RefExpr->isLValue()) { in ActOnOpenMPDependClause()
20415 (!RefExpr->IgnoreParenImpCasts()->isLValue() || in ActOnOpenMPDependClause()
20915 if (SemaRef.getLangOpts().OpenMP < 50 || !UO->isLValue() || in VisitUnaryOperator()
21475 if (!RE->isLValue()) { in checkMappableExpressionList()
23352 !AllocatorExpr->isLValue()))) { in ActOnOpenMPUsesAllocatorClause()
23446 if (!SimpleExpr->isLValue()) { in ActOnOpenMPAffinityClause()