reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  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.cpp
  660   } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) {
 5082   case CXCursor_ObjCProtocolDecl: