Home
last modified time | relevance | path

Searched refs:CXCursor_TypeRef (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1649 clang_sys::CXCursor_TypeRef | in instantiate_template()
1834 use clang_sys::{CXCursor_TypeAliasTemplateDecl, CXCursor_TypeRef}; in builtin_or_resolved_ty()
1869 !location.contains_cursor(CXCursor_TypeRef) && in builtin_or_resolved_ty()
Ditem.rs1838 } else if location.kind() == clang_sys::CXCursor_TypeRef { in type_param()
1854 if child_ty.kind() == clang_sys::CXCursor_TypeRef && in type_param()
Dty.rs978 CXCursor_TypeRef => { in from_clang_ty()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs593 if cur.kind() == CXCursor_TypeRef { in bit_width_expr()
2117 if c.kind() == CXCursor_TypeRef && in new()
/third_party/rust/crates/clang-sys/src/
Dlib.rs255 const CXCursor_TypeRef = 43, constant