Searched defs:isGLValue (Results 1 – 2 of 2) sorted by relevance
250 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function350 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function
275 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function377 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function