Searched refs:CXCursor_TypeAliasTemplateDecl (Results 1 – 12 of 12) sorted by relevance
247 let definition = if declaration.kind() == CXCursor_TypeAliasTemplateDecl in from_ty()
1809 use clang_sys::{CXCursor_TypeAliasTemplateDecl, CXCursor_TypeRef}; in builtin_or_resolved_ty()1844 if decl.cursor().kind() == CXCursor_TypeAliasTemplateDecl && in builtin_or_resolved_ty()2761 clang_sys::CXCursor_TypeAliasTemplateDecl => { in num_self_template_params()
928 CXCursor_TypeAliasTemplateDecl => { in from_clang_ty()
1348 CXCursor_TypeAliasTemplateDecl | in from_ty()
229 CXCursor_TypeAliasTemplateDecl => true, in is_template_like()1270 CXCursor_TypeAliasTemplateDecl | in is_fully_instantiated_template()
2377 CXCursor_TypeAliasTemplateDecl = 601, enumerator
2646 CXCursor_TypeAliasTemplateDecl = 601, enumerator
531 const CXCursor_TypeAliasTemplateDecl = 601, constant
3051 case Decl::TypeAliasTemplate: return CXCursor_TypeAliasTemplateDecl; in getCursorKindForDecl()
4882 case CXCursor_TypeAliasTemplateDecl: in clang_getCursorKindSpelling()
5639 case CXCursor_TypeAliasTemplateDecl: in clang_getCursorKindSpelling()
3829 return CXCursor_TypeAliasTemplateDecl; in getCursorKindForDecl()