[][src]Function clang::sonar::find_typedefs

Important traits for Typedefs<'tu>
pub fn find_typedefs<'tu, E: Into<Vec<Entity<'tu>>>>(
    entities: E
) -> Typedefs<'tu>

Returns an iterator over the typedefs in the supplied entities.

If a typedef is encountered multiple times, only the first instance is included.