Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:castExpr

1909 /// Example: castExpr() matches each of the following:
1920 const internal::VariadicDynCastAllOfMatcher<Stmt, CastExpr> castExpr;
3669 /// (matcher = castExpr(hasSourceExpression(cxxConstructExpr())))
3682 AST_POLYMORPHIC_SUPPORTED_TYPES(CastExpr,
3694 /// (matcher = castExpr(hasCastKind(CK_NullToPointer)))
3698 AST_MATCHER_P(CastExpr, hasCastKind, CastKind, Kind) {