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