Searched refs:CL_XValue (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExprClassification.cpp47 return Cl::CL_XValue;
72 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
375 : Cl::CL_XValue;
435 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue;
610 case Cl::CL_XValue: return LV_InvalidExpression;
631 case Cl::CL_XValue: return MLV_InvalidExpression;
/external/clang/include/clang/AST/
H A DExpr.h260 CL_XValue, enumerator in enum:clang::Expr::Classification::Kinds
304 bool isXValue() const { return Kind == CL_XValue; }
305 bool isGLValue() const { return Kind <= CL_XValue; }
307 bool isRValue() const { return Kind >= CL_XValue; }

Completed in 43 milliseconds