reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
455 if (!IndexCtx.shouldIndex(D)) 457 const ObjCInterfaceDecl *C = D->getClassInterface(); 460 TRY_TO(IndexCtx.handleReference(C, D->getLocation(), D, D, SymbolRoleSet(), 460 TRY_TO(IndexCtx.handleReference(C, D->getLocation(), D, D, SymbolRoleSet(), 460 TRY_TO(IndexCtx.handleReference(C, D->getLocation(), D, D, SymbolRoleSet(), 462 (unsigned)SymbolRole::RelationExtendedBy, D 464 SourceLocation CategoryLoc = D->getCategoryNameLoc(); 466 CategoryLoc = D->getLocation(); 467 TRY_TO(IndexCtx.handleDecl(D, CategoryLoc)); 468 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, 468 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, 470 TRY_TO(IndexCtx.indexDeclContext(D));