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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  747   const ObjCInterfaceDecl *IFaceD = D->getClassInterface();
  748   SourceLocation ClassLoc = D->getLocation();
  749   SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc
  750                                                      : D->getCategoryNameLoc();
  756   ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA);
  771   return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
  771   return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);