Lines Matching full:roles
169 SymbolRoleSet Roles = (SymbolRoleSet)SymbolRole::Dynamic; in handleObjCMethod() local
174 Roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleObjCMethod()
181 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod()
244 SymbolRoleSet Roles{}; in VisitFunctionDecl() local
248 Roles |= (unsigned)SymbolRole::Dynamic; in VisitFunctionDecl()
259 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations)); in VisitFunctionDecl()
398 SymbolRoleSet roles{}; in handleReferencedProtocols() local
400 roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleReferencedProtocols()
401 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, roles, in handleReferencedProtocols()
542 SymbolRoleSet Roles = 0; in VisitObjCPropertyImplDecl() local
549 Roles |= (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCPropertyImplDecl()
551 TRY_DECL(D, IndexCtx.handleDecl(D, Loc, Roles, Relations)); in VisitObjCPropertyImplDecl()