Searched defs:isLValue (Results 1 – 1 of 1) sorted by relevance
272 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function375 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function