Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:parenListExpr

1292 /// parenListExpr() matches "*this" but NOT matches (a, b) because (a, b)
1293 /// has a predefined type and is a ParenExpr, not a ParenListExpr.
1294 const internal::VariadicDynCastAllOfMatcher<Stmt, ParenListExpr> parenListExpr;