Searched defs:isLValue (Results 1 – 3 of 3) sorted by relevance
34 AST_MATCHER(Expr, isLValue) { return Node.getValueKind() == VK_LValue; } in AST_MATCHER() argument
277 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function 380 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function