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

/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 184 milliseconds