HomeSort by: relevance | last modified time | path
    Searched refs:CL_XValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp 57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
97 return Cl::CL_XValue;
420 : Cl::CL_XValue;
488 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue;
672 case Cl::CL_XValue: return LV_InvalidExpression;
693 case Cl::CL_XValue: return MLV_InvalidExpression;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 330 CL_XValue,
376 bool isXValue() const { return Kind == CL_XValue; }
377 bool isGLValue() const { return Kind <= CL_XValue; }
379 bool isRValue() const { return Kind >= CL_XValue; }

Completed in 31 milliseconds