Home | History | Annotate | Download | only in ASTMatchers

Lines Matching full:casts

2676   // This test verifies that implicitCastExpr() matches exactly when implicit casts
2677 // are present, and that it ignores explicit and paren casts.
2679 // These two test cases have no casts.
2695 // This test checks that ignoringImpCasts matches when implicit casts are
2719 // casts or parentheses.
2735 // This test verifies that expressions that do not have implicit casts
2744 // casts are present and its inner matcher alone does not match.
2767 // This test verifies that expressions that do not have any casts still match.
2793 // parentheses and/or implicit casts are present and its inner matcher alone
2807 // implicit casts still match.
2824 // through explicit casts.