Searched refs:CXCursor_CXXMethod (Results 1 – 10 of 10) sorted by relevance
47 clang_sys::CXCursor_CXXMethod => { in from_cursor()409 CXCursor_CXXMethod | in from_ty()444 let is_method = kind == CXCursor_CXXMethod; in from_ty()
1429 CXCursor_CXXMethod => { in from_ty()1482 CXCursor_CXXMethod => { in from_ty()
101 case CXCursor_CXXMethod: in categorize()
1607 CXCursor_CXXMethod = 21, enumerator
1760 CXCursor_CXXMethod = 21, enumerator
239 const CXCursor_CXXMethod = 21, constant
4341 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()4522 case CXCursor_CXXMethod: in clang_getCursorKindSpelling()6344 else if (cursor.kind == CXCursor_CXXMethod) { in Visit()
4805 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()5195 case CXCursor_CXXMethod: in clang_getCursorKindSpelling()7225 else if (cursor.kind == CXCursor_CXXMethod) { in Visit()
3042 case Decl::CXXMethod: return CXCursor_CXXMethod; in getCursorKindForDecl()3272 CXCursor_CXXMethod, in MaybeAddOverrideCalls()
3811 return CXCursor_CXXMethod; in getCursorKindForDecl()4065 Builder.TakeString(), CCP_SuperCompletion, CXCursor_CXXMethod, in MaybeAddOverrideCalls()