Searched refs:CXCursor_ObjCProtocolDecl (Results 1 – 5 of 5) sorted by relevance
547 CursorKind = CXCursor_ObjCProtocolDecl; in computeCursorKindAndAvailability()
2938 case Decl::ObjCProtocol: return CXCursor_ObjCProtocolDecl; in getCursorKindForDecl()
1488 CXCursor_ObjCProtocolDecl = 13, enumerator
622 } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) { in VisitDeclContext()3546 case CXCursor_ObjCProtocolDecl: in clang_getCursorKindSpelling()
1310 else if (!strcmp(filter, "protocol")) K = CXCursor_ObjCProtocolDecl; in perform_test_load()