Searched refs:CXCursor_Destructor (Results 1 – 9 of 9) sorted by relevance
38 clang_sys::CXCursor_Destructor => { in from_cursor()262 let is_destructor = cursor.kind() == clang_sys::CXCursor_Destructor; in cursor_mangling()394 if (kind == CXCursor_Constructor || kind == CXCursor_Destructor) && in from_ty()446 let is_destructor = kind == CXCursor_Destructor; in from_ty()617 if cursor.kind() == CXCursor_Destructor { in parse()
1428 CXCursor_Constructor | CXCursor_Destructor | in from_ty()1434 ci.has_destructor |= cur.kind() == CXCursor_Destructor; in from_ty()1472 CXCursor_Destructor => { in from_ty()
1615 CXCursor_Destructor = 25, enumerator
1768 CXCursor_Destructor = 25, enumerator
243 const CXCursor_Destructor = 25, constant
4341 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()4774 case CXCursor_Destructor: in clang_getCursorKindSpelling()
4805 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()5496 case CXCursor_Destructor: in clang_getCursorKindSpelling()
3044 case Decl::CXXDestructor: return CXCursor_Destructor; in getCursorKindForDecl()
3815 return CXCursor_Destructor; in getCursorKindForDecl()