Home | History | Annotate | Download | only in Sema

Lines Matching refs:isRValue

642     if (SrcExpr.get()->isRValue())
1570 if (isa<RValueReferenceType>(DestTypeTmp) && SrcExpr.get()->isRValue()) {