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

References

tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  706         CursorKind = CXCursor_ObjCInterfaceDecl;
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3740     return CXCursor_ObjCInterfaceDecl;
tools/clang/tools/c-index-test/c-index-test.c
 1943     else if (!strcmp(filter, "interface")) K = CXCursor_ObjCInterfaceDecl;
tools/clang/tools/libclang/CIndex.cpp
  655   if (Cursor.kind == CXCursor_ObjCInterfaceDecl) {
 5078   case CXCursor_ObjCInterfaceDecl:
 5586       if (BestCursor->kind == CXCursor_ObjCInterfaceDecl ||