Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dclang.rs982 ) -> Option<CanonicalTypeDeclaration> { in canonical_declaration()
1311 pub struct CanonicalTypeDeclaration(Type, Cursor); struct
1313 impl CanonicalTypeDeclaration { implementation
/external/rust/crates/bindgen/src/ir/
Dcontext.rs1788 decl: &clang::CanonicalTypeDeclaration, in get_resolved_type()