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