Searched refs:CXCursor_Constructor (Results 1 – 6 of 6) sorted by relevance
36 clang_sys::CXCursor_Constructor => { in from_cursor()448 if (kind == CXCursor_Constructor || kind == CXCursor_Destructor) && in from_ty()462 CXCursor_Constructor | in from_ty()528 let is_constructor = kind == CXCursor_Constructor; in from_ty()
1456 CXCursor_Constructor | CXCursor_Destructor | in from_ty()1497 CXCursor_Constructor => { in from_ty()
1613 CXCursor_Constructor = 24, enumerator
299 const CXCursor_Constructor = 24, constant
3043 case Decl::CXXConstructor: return CXCursor_Constructor; in getCursorKindForDecl()
4772 case CXCursor_Constructor: in clang_getCursorKindSpelling()