Searched defs:isGLValue (Results 1 – 5 of 5) sorted by relevance
250 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function350 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function
274 bool isGLValue() const { return getValueKind() != VK_PRValue; } in isGLValue() function376 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function
280 bool isGLValue() const { return getValueKind() != VK_PRValue; } in isGLValue() function382 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function