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;
72 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
362 : Cl::CL_XValue;
422 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue;
597 case Cl::CL_XValue: return LV_InvalidExpression;
617 case Cl::CL_XValue: return MLV_InvalidExpression;
  /external/clang/include/clang/AST/
Expr.h 256 CL_XValue,
299 bool isXValue() const { return Kind == CL_XValue; }
300 bool isGLValue() const { return Kind <= CL_XValue; }
302 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]

Completed in 51 milliseconds