Searched refs:CXCursor_CXXMethod (Results 1 – 3 of 3) sorted by relevance
1205 CXCursor_CXXMethod = 21, enumerator
3295 case CXCursor_CXXMethod: in clang_getCursorKindSpelling()4534 else if (cursor.kind == CXCursor_CXXMethod) { in Visit()4892 if (Cursors[I].kind == CXCursor_CXXMethod) { in clang_annotateTokensImpl()
2675 case Decl::CXXMethod: return CXCursor_CXXMethod; in getCursorKindForDecl()2893 CXCursor_CXXMethod)); in MaybeAddOverrideCalls()