Home | History | Annotate | Download | only in Sema

Lines Matching refs:InitCategory

4227   Expr::Classification InitCategory = Init->Classify(S.Context);
4243 if (InitCategory.isLValue() &&
4317 (InitCategory.isXValue() ||
4318 (InitCategory.isPRValue() && (T2->isRecordType() || T2->isArrayType())) ||
4319 (InitCategory.isLValue() && T2->isFunctionType()))) {
4338 (InitCategory.isPRValue() && !T2->isRecordType());
4341 ICS.Standard.BindsToRvalue = InitCategory.isRValue();