Searched refs:CXCursor_ObjCCategoryDecl (Results 1 – 11 of 11) sorted by relevance
11 use clang_sys::CXCursor_ObjCCategoryDecl;141 if cursor.kind() == CXCursor_ObjCCategoryDecl { in from_ty()
753 CXCursor_ObjCProtocolDecl | CXCursor_ObjCCategoryDecl => { in from_clang_ty()
1589 CXCursor_ObjCCategoryDecl = 12, enumerator
1742 CXCursor_ObjCCategoryDecl = 12, enumerator
230 const CXCursor_ObjCCategoryDecl = 12, constant
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()
1961 else if (!strcmp(filter, "category")) K = CXCursor_ObjCCategoryDecl; in perform_test_load()
4780 if (C.kind == CXCursor_ObjCCategoryDecl || in clang_Cursor_getSpellingNameRange()5179 case CXCursor_ObjCCategoryDecl: in clang_getCursorKindSpelling()
3033 case Decl::ObjCCategory: return CXCursor_ObjCCategoryDecl; in getCursorKindForDecl()
3796 return CXCursor_ObjCCategoryDecl; in getCursorKindForDecl()