Lines Matching full:casts
33 /// Create a matcher that finds implicit casts as well as the head of a
34 /// sequence of zero or more nested explicit casts that have an implicit cast
36 /// Finding sequences of explicit casts is necessary so that an entire sequence
191 /// Looks for implicit casts as well as sequences of 0 or more explicit
192 /// casts with an implicit null-to-pointer cast within.
195 /// top-most explicit cast (i.e. it has no explicit casts as an ancestor) where
197 /// explicit casts exist between the found top-most explicit cast and the
250 // arg must be checked to result in NullTo(Member)Pointer casts.
297 /// result in \p CE, yield NullTo(Member)Pointer casts.
522 // of explicit casts that can be converted into 'nullptr'.