Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLValueReferenceType

4133           (!RefType->isLValueReferenceType() &&
4632 SCS.IsLvalueReference = ToType->isLValueReferenceType();
8688 } else if (ToTy->isLValueReferenceType() && !FromExpr->isLValue() &&