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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  758   CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
  758   CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
  760     CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
  761     CatDInfo.ObjCCatDeclInfo.classCursor =
  764     CatDInfo.ObjCCatDeclInfo.objcClass = nullptr;
  765     CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
  767   CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
  768   CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
  769   CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
  769   CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
  771   return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);