Searched refs:is_unresolved_ref (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/bindgen/src/ir/ | ||
D | ty.rs | 228 pub fn is_unresolved_ref(&self) -> bool { in is_unresolved_ref() method |
D | context.rs | 654 item.kind().expect_type().is_unresolved_ref(), in add_item() |