Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLValue

597     if (!SrcExpr.get()->isLValue()) {
1156 if (!RValueRef && !SrcExpr->isLValue()) {
1512 if (isa<LValueReferenceType>(DestTypeTmp) && !SrcExpr.get()->isLValue()) {