Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:LeftHandSide

3886   const Expr *LeftHandSide = Node.getLHS();
3887 return (LeftHandSide != nullptr &&
3888 InnerMatcher.matches(*LeftHandSide, Finder, Builder));