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

References

tools/clang/lib/Index/IndexDecl.cpp
  475     const ObjCCategoryDecl *Cat = D->getCategoryDecl();
  478     const ObjCInterfaceDecl *C = D->getClassInterface();
  480       TRY_TO(IndexCtx.handleReference(C, D->getLocation(), D, D,
  480       TRY_TO(IndexCtx.handleReference(C, D->getLocation(), D, D,
  480       TRY_TO(IndexCtx.handleReference(C, D->getLocation(), D, D,
  482     SourceLocation CategoryLoc = D->getCategoryNameLoc();
  484       CategoryLoc = D->getLocation();
  485     TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc));
  485     TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc));
  486     IndexCtx.indexDeclContext(D);