Searched refs:CXCursor_ObjCCategoryDecl (Results 1 – 4 of 4) sorted by relevance
1589 CXCursor_ObjCCategoryDecl = 12, enumerator
4316 if (C.kind == CXCursor_ObjCCategoryDecl || in clang_Cursor_getSpellingNameRange()4506 case CXCursor_ObjCCategoryDecl: in clang_getCursorKindSpelling()
1568 else if (!strcmp(filter, "category")) K = CXCursor_ObjCCategoryDecl; in perform_test_load()
3033 case Decl::ObjCCategory: return CXCursor_ObjCCategoryDecl; in getCursorKindForDecl()