Searched refs:CXCursor_Constructor (Results 1 – 3 of 3) sorted by relevance
37 clang_sys::CXCursor_Constructor => { in from_cursor()430 if (kind == CXCursor_Constructor || kind == CXCursor_Destructor) && in from_ty()444 CXCursor_Constructor | in from_ty()496 let is_constructor = kind == CXCursor_Constructor; in from_ty()
1470 CXCursor_Constructor | CXCursor_Destructor | in from_ty()1511 CXCursor_Constructor => { in from_ty()
236 const CXCursor_Constructor = 24, constant