Home | History | Annotate | Download | only in Sema

Lines Matching refs:InitCategory

3818   Expr::Classification InitCategory = Initializer->Classify(S.Context);
3835 if (InitCategory.isLValue() &&
3872 (isLValueRef || InitCategory.isRValue())) {
3895 Sequence.SetFailed(InitCategory.isLValue()
3912 (InitCategory.isXValue() ||
3913 (InitCategory.isPRValue() && T2->isRecordType()) ||
3914 (InitCategory.isPRValue() && T2->isArrayType()))) {
3915 ExprValueKind ValueKind = InitCategory.isXValue()? VK_XValue : VK_RValue;
3916 if (InitCategory.isPRValue() && T2->isRecordType()) {
3968 isRValueRef && InitCategory.isLValue()) {
4027 InitCategory.isLValue()) {