Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLValue

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