Home
last modified time | relevance | path

Searched refs:visit_child (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Ditem.rs1243 fn visit_child( in visit_child() function
1261 cur.visit(|c| visit_child(c, id, ty, parent_id, ctx, result)); in visit_child()
1649 visit_child(cur, id, ty, parent_id, ctx, &mut result) in from_ty_with_id()