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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  696   InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
  697   InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo;
  697   InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo;
  698   InterInfo.ObjCInterDeclInfo.superInfo = D->getSuperClass() ? &BaseClass
  700   InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo;
  700   InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo;
  702   return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo);