Searched refs:CXCursor_TypeRef (Results 1 – 5 of 5) sorted by relevance
1649 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()
1838 } else if location.kind() == clang_sys::CXCursor_TypeRef { in type_param()1854 if child_ty.kind() == clang_sys::CXCursor_TypeRef && in type_param()
978 CXCursor_TypeRef => { in from_clang_ty()
593 if cur.kind() == CXCursor_TypeRef { in bit_width_expr()2117 if c.kind() == CXCursor_TypeRef && in new()
255 const CXCursor_TypeRef = 43, constant