Searched refs:CXCursor_TemplateRef (Results 1 – 8 of 8) sorted by relevance
253 if child.kind() == CXCursor_TemplateRef { in from_ty()
762 let kind = if location.kind() == CXCursor_TemplateRef || in from_clang_ty()958 CXCursor_TemplateRef => { in from_clang_ty()
1635 .position(|c| c.kind() == clang_sys::CXCursor_TemplateRef); in instantiate_template()1666 clang_sys::CXCursor_TemplateRef => { in instantiate_template()
726 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } }; in MakeCursorTemplateRef()732 assert(C.kind == CXCursor_TemplateRef); in getCursorTemplateRef()
210 case CXCursor_TemplateRef: in clang_getCursorType()
4147 case CXCursor_TemplateRef: { in clang_getCursorSpelling()4534 case CXCursor_TemplateRef: in clang_getCursorKindSpelling()5172 case CXCursor_TemplateRef: { in clang_getCursorLocation()5327 case CXCursor_TemplateRef: in getRawCursorExtent()5540 case CXCursor_TemplateRef: in clang_getCursorReferenced()
1674 CXCursor_TemplateRef = 45, enumerator
257 const CXCursor_TemplateRef = 45, constant