Home | History | Annotate | Download | only in Sema

Lines Matching full:islvalue

634     if (!SrcExpr.get()->isLValue()) {
1206 if (!RValueRef && !SrcExpr->isLValue()) {
1562 if (isa<LValueReferenceType>(DestTypeTmp) && !SrcExpr.get()->isLValue()) {