Home
last modified time | relevance | path

Searched refs:CXCursor_TypeAliasDecl (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dty.rs908 CXCursor_TypeAliasDecl => { in from_clang_ty()
Dcomp.rs1385 CXCursor_TypeAliasDecl | in from_ty()
Dcontext.rs1651 clang_sys::CXCursor_TypeAliasDecl => { in instantiate_template()
/third_party/rust/crates/clang-sys/src/
Dlib.rs248 const CXCursor_TypeAliasDecl = 36, constant