reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
708 CursorKind = CXCursor_ObjCProtocolDecl;
tools/clang/lib/Sema/SemaCodeComplete.cpp 3758 return CXCursor_ObjCProtocolDecl;
tools/clang/tools/c-index-test/c-index-test.c 1944 else if (!strcmp(filter, "protocol")) K = CXCursor_ObjCProtocolDecl;
tools/clang/tools/libclang/CIndex.cpp660 } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) { 5082 case CXCursor_ObjCProtocolDecl: