Home
last modified time | relevance | path

Searched defs:CanonicalTypeDeclaration (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1226 ) -> Option<CanonicalTypeDeclaration> { in canonical_declaration()
1555 pub(crate) struct CanonicalTypeDeclaration(Type, Cursor); struct
1557 impl CanonicalTypeDeclaration { impl
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1859 decl: &clang::CanonicalTypeDeclaration, in get_resolved_type()