Home | History | Annotate | Download | only in docs

Lines Matching full:casts

619 Example: matches all five of the casts in
2286 FIXME: Currently this will ignore parentheses and implicit casts on
2476 FIXME: Currently this will ignore parentheses and implicit casts on
2774 <tr><td colspan="4" class="doc" id="hasDestinationType0"><pre>Matches casts whose destination type matches a given matcher.
2776 (Note: Clang's AST refers to other conversions as "casts" too, and calls
2777 actual casts "explicit" casts.)
2801 <tr><td colspan="4" class="doc" id="ignoringImpCasts0"><pre>Matches expressions that match InnerMatcher after any implicit casts
2804 Parentheses and explicit casts are not discarded.
2825 casts are stripped off.
2827 Implicit and non-C Style casts are also discarded.
2843 <tr><td colspan="4" class="doc" id="ignoringParenImpCasts0"><pre>Matches expressions that match InnerMatcher after implicit casts and
2846 Explicit casts are not discarded.
2963 <tr><td colspan="4" class="doc" id="hasImplicitDestinationType0"><pre>Matches implicit casts whose destination type matches a given