Searched refs:CXCursor_TypeRef (Results 1 – 9 of 9) sorted by relevance
1689 clang_sys::CXCursor_TypeRef | in instantiate_template()1874 use clang_sys::{CXCursor_TypeAliasTemplateDecl, CXCursor_TypeRef}; in builtin_or_resolved_ty()1909 !location.contains_cursor(CXCursor_TypeRef) && in builtin_or_resolved_ty()
1857 } else if location.kind() == clang_sys::CXCursor_TypeRef { in type_param()1873 if child_ty.kind() == clang_sys::CXCursor_TypeRef && in type_param()
967 CXCursor_TypeRef => { in from_clang_ty()
686 if cur.kind() == CXCursor_TypeRef { in bit_width_expr()2211 if c.kind() == CXCursor_TypeRef && in new()
710 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } }; in MakeCursorTypeRef()716 assert(C.kind == CXCursor_TypeRef); in getCursorTypeRef()
194 case CXCursor_TypeRef: { in clang_getCursorType()
4140 case CXCursor_TypeRef: { in clang_getCursorSpelling()4532 case CXCursor_TypeRef: in clang_getCursorKindSpelling()4990 cursor.kind == CXCursor_TypeRef) { in GetCursorVisitor()5167 case CXCursor_TypeRef: { in clang_getCursorLocation()5324 case CXCursor_TypeRef: in getRawCursorExtent()5537 case CXCursor_TypeRef: in clang_getCursorReferenced()
1668 CXCursor_TypeRef = 43, enumerator
318 const CXCursor_TypeRef = 43, constant