Searched refs:LeftHandSide (Results 1 – 2 of 2) sorted by relevance
654 LeftHandSide '=' ConditionalExpression656 | LeftHandSide ASSIGN_MODIFY ConditionalExpression662 LeftHandSide:
4369 const Expr *LeftHandSide = Node.getLHS(); in AST_POLYMORPHIC_MATCHER_P() local4370 return (LeftHandSide != nullptr && in AST_POLYMORPHIC_MATCHER_P()4371 InnerMatcher.matches(*LeftHandSide, Finder, Builder)); in AST_POLYMORPHIC_MATCHER_P()