Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dty.rs201 pub fn is_unresolved_ref(&self) -> bool { in is_unresolved_ref() method
Dcontext.rs671 item.kind().expect_type().is_unresolved_ref(), in add_item()