Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLValue

4243     if (InitCategory.isLValue() &&
4319 (InitCategory.isLValue() && T2->isFunctionType()))) {
4412 isRValRef && Init->Classify(S.Context).isLValue())
4739 assert(FromClassification.isLValue());
4793 if (!FromClassification.isLValue() && Quals != Qualifiers::Const) {
8688 } else if (ToTy->isLValueReferenceType() && !FromExpr->isLValue() &&