Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLValue

588     if (!SrcExpr.get()->isLValue()) {
1022 if (!RValueRef && !SrcExpr->isLValue()) {
1355 if (DestTypeTmp->isLValueReferenceType() && !SrcExpr->isLValue()) {
1508 if (LValue && !SrcExpr.get()->isLValue()) {