Searched refs:CXCursor_TypeAliasTemplateDecl (Results 1 – 9 of 9) sorted by relevance
246 let definition = if declaration.kind() == CXCursor_TypeAliasTemplateDecl in from_ty()
1874 use clang_sys::{CXCursor_TypeAliasTemplateDecl, CXCursor_TypeRef}; in builtin_or_resolved_ty()1908 CXCursor_TypeAliasTemplateDecl && in builtin_or_resolved_ty()3000 clang_sys::CXCursor_TypeAliasTemplateDecl => { in num_self_template_params()
888 CXCursor_TypeAliasTemplateDecl => { in from_clang_ty()
1372 CXCursor_TypeAliasTemplateDecl | in from_ty()
270 CXCursor_TypeAliasTemplateDecl in is_template_like()1513 CXCursor_TypeAliasTemplateDecl | in is_fully_instantiated_template()
2377 CXCursor_TypeAliasTemplateDecl = 601, enumerator
641 const CXCursor_TypeAliasTemplateDecl = 601, constant
3051 case Decl::TypeAliasTemplate: return CXCursor_TypeAliasTemplateDecl; in getCursorKindForDecl()
4882 case CXCursor_TypeAliasTemplateDecl: in clang_getCursorKindSpelling()