Searched defs:isLValue (Results 1 – 2 of 2) sorted by relevance
186 bool isLValue() const { return Kind == LValue; } in isLValue() function
247 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function348 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function