Searched refs:CXCursor_TypeAliasTemplateDecl (Results 1 – 6 of 6) sorted by relevance
246 let definition = if declaration.kind() == CXCursor_TypeAliasTemplateDecl in from_ty()
1834 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()
899 CXCursor_TypeAliasTemplateDecl => { in from_clang_ty()
1386 CXCursor_TypeAliasTemplateDecl | in from_ty()
267 CXCursor_TypeAliasTemplateDecl in is_template_like()1420 CXCursor_TypeAliasTemplateDecl | in is_fully_instantiated_template()
572 const CXCursor_TypeAliasTemplateDecl = 601, constant