Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/
Dclang.rs168 pub fn fallible_semantic_parent(&self) -> Option<Cursor> { in fallible_semantic_parent() method
185 self.fallible_semantic_parent().unwrap() in semantic_parent()
242 let mut semantic_parent = self.fallible_semantic_parent(); in is_toplevel()
251 semantic_parent.unwrap().fallible_semantic_parent(); in is_toplevel()
256 semantic_parent == tu.fallible_semantic_parent() in is_toplevel()
1988 if let Some(parent) = c.fallible_semantic_parent() { in ast_dump()
/external/rust/crates/bindgen/ir/
Ditem.rs1608 if let Some(ref parent) = ty.declaration().fallible_semantic_parent() { in from_ty_with_id()