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