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

/external/clang/lib/AST/
H A DExprClassification.cpp57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
97 return Cl::CL_XValue;
383 : Cl::CL_XValue;
443 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue;
632 case Cl::CL_XValue: return LV_InvalidExpression;
653 case Cl::CL_XValue: return MLV_InvalidExpression;
/external/clang/include/clang/AST/
H A DExpr.h306 CL_XValue, enumerator in enum:clang::Expr::Classification::Kinds
350 bool isXValue() const { return Kind == CL_XValue; }
351 bool isGLValue() const { return Kind <= CL_XValue; }
353 bool isRValue() const { return Kind >= CL_XValue; }

Completed in 90 milliseconds