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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  788   CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
  788   CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
  790     CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
  791     CatDInfo.ObjCCatDeclInfo.classCursor =
  794     CatDInfo.ObjCCatDeclInfo.objcClass = nullptr;
  795     CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
  797   CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
  798   CatDInfo.ObjCCatDeclInfo.protocols = nullptr;
  800   return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);