Searched refs:CL_XValue (Results 1 – 2 of 2) sorted by relevance
59 case Cl::CL_XValue: in ClassifyImpl()103 return Cl::CL_XValue; in ClassifyExprValueKind()442 : Cl::CL_XValue; in ClassifyInternal()520 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue; in ClassifyUnnamed()709 case Cl::CL_XValue: return LV_InvalidExpression; in ClassifyLValue()730 case Cl::CL_XValue: return MLV_InvalidExpression; in isModifiableLvalue()
335 CL_XValue, enumerator381 bool isXValue() const { return Kind == CL_XValue; } in isXValue()382 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue()384 bool isRValue() const { return Kind >= CL_XValue; } in isRValue()