Searched defs:isLValue (Results 1 – 4 of 4) sorted by relevance
36 AST_MATCHER(Expr, isLValue) { return Node.getValueKind() == VK_LValue; } in AST_MATCHER() argument
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
272 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function375 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function