Searched refs:CXCursor_ObjCInterfaceDecl (Results 1 – 5 of 5) sorted by relevance
567 CursorKind = CXCursor_ObjCInterfaceDecl; in computeCursorKindAndAvailability()
2969 case Decl::ObjCInterface: return CXCursor_ObjCInterfaceDecl; in getCursorKindForDecl()
1559 CXCursor_ObjCInterfaceDecl = 11, enumerator
640 if (Cursor.kind == CXCursor_ObjCInterfaceDecl) { in VisitDeclContext()3936 case CXCursor_ObjCInterfaceDecl: in clang_getCursorKindSpelling()4321 if (BestCursor->kind == CXCursor_ObjCInterfaceDecl || in GetCursorVisitor()
1475 else if (!strcmp(filter, "interface")) K = CXCursor_ObjCInterfaceDecl; in perform_test_load()