Home | History | Annotate | Download | only in Sema

Lines Matching refs:isRValue

605     if (SrcExpr.get()->isRValue())
1520 if (isa<RValueReferenceType>(DestTypeTmp) && SrcExpr.get()->isRValue()) {