HomeSort by relevance Sort by last modified time
    Searched refs:CL_XValue (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ExprClassification.cpp 47 return Cl::CL_XValue;
73 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
355 : Cl::CL_XValue;
405 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue;
588 case Cl::CL_XValue: return LV_InvalidExpression;
608 case Cl::CL_XValue: return MLV_InvalidExpression;
  /external/clang/include/clang/AST/
Expr.h 256 CL_XValue,
300 bool isXValue() const { return Kind == CL_XValue; }
301 bool isGLValue() const { return Kind <= CL_XValue; }
303 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]

Completed in 1248 milliseconds