Home | History | Annotate | Download | only in Sema

Lines Matching refs:InitCategory

4090   Expr::Classification InitCategory = Initializer->Classify(S.Context);
4107 if (InitCategory.isLValue() &&
4144 (isLValueRef || InitCategory.isRValue())) {
4167 Sequence.SetFailed(InitCategory.isLValue()
4184 (InitCategory.isXValue() ||
4185 (InitCategory.isPRValue() && T2->isRecordType()) ||
4186 (InitCategory.isPRValue() && T2->isArrayType()))) {
4187 ExprValueKind ValueKind = InitCategory.isXValue()? VK_XValue : VK_RValue;
4188 if (InitCategory.isPRValue() && T2->isRecordType()) {
4240 isRValueRef && InitCategory.isLValue()) {
4299 InitCategory.isLValue()) {