Home
last modified time | relevance | path

Searched defs:isGLValue (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h250 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function
350 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function