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