Searched refs:CXCursor_ObjCProtocolDecl (Results 1 – 13 of 13) sorted by relevance
15 use clang_sys::CXCursor_ObjCProtocolDecl;134 if cursor.kind() == CXCursor_ObjCProtocolDecl { in from_ty()
753 CXCursor_ObjCProtocolDecl | CXCursor_ObjCCategoryDecl => { in from_clang_ty()
571 CursorKind = CXCursor_ObjCProtocolDecl; in computeCursorKindAndAvailability()
3047 case Decl::ObjCProtocol: return CXCursor_ObjCProtocolDecl; in getCursorKindForDecl()
706 CursorKind = CXCursor_ObjCProtocolDecl; in computeCursorKindAndAvailability()
3821 return CXCursor_ObjCProtocolDecl; in getCursorKindForDecl()
1591 CXCursor_ObjCProtocolDecl = 13, enumerator
1744 CXCursor_ObjCProtocolDecl = 13, enumerator
231 const CXCursor_ObjCProtocolDecl = 13, constant
654 } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) { in handleDeclForVisitation()4508 case CXCursor_ObjCProtocolDecl: in clang_getCursorKindSpelling()
1570 else if (!strcmp(filter, "protocol")) K = CXCursor_ObjCProtocolDecl; in perform_test_load()
1963 else if (!strcmp(filter, "protocol")) K = CXCursor_ObjCProtocolDecl; in perform_test_load()
670 } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) { in handleDeclForVisitation()5181 case CXCursor_ObjCProtocolDecl: in clang_getCursorKindSpelling()