Home
last modified time | relevance | path

Searched refs:CXCursor_TypeAliasTemplateDecl (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dtemplate.rs246 let definition = if declaration.kind() == CXCursor_TypeAliasTemplateDecl in from_ty()
Dcontext.rs1834 use clang_sys::{CXCursor_TypeAliasTemplateDecl, CXCursor_TypeRef}; in builtin_or_resolved_ty()
1868 CXCursor_TypeAliasTemplateDecl && in builtin_or_resolved_ty()
2929 clang_sys::CXCursor_TypeAliasTemplateDecl => { in num_self_template_params()
Dty.rs899 CXCursor_TypeAliasTemplateDecl => { in from_clang_ty()
Dcomp.rs1386 CXCursor_TypeAliasTemplateDecl | in from_ty()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs267 CXCursor_TypeAliasTemplateDecl in is_template_like()
1420 CXCursor_TypeAliasTemplateDecl | in is_fully_instantiated_template()
/third_party/rust/crates/clang-sys/src/
Dlib.rs572 const CXCursor_TypeAliasTemplateDecl = 601, constant