Searched defs:isRValue (Results 1 – 3 of 3) sorted by relevance
138 bool isRValue() const { in isRValue() function
171 bool isRValue() const { return m_isRValue; } in isRValue() function
247 bool isRValue() const { return getValueKind() == VK_RValue; } in isRValue() function351 bool isRValue() const { return Kind >= CL_XValue; } in isRValue() function