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