Lines Matching refs:handleDecl

98             IndexCtx.handleDecl(Parm);  in handleDeclarator()
101 IndexCtx.handleDecl(Parm); in handleDeclarator()
103 IndexCtx.handleDecl(Parm); in handleDeclarator()
108 IndexCtx.handleDecl(PI); in handleDeclarator()
168 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod()
246 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations)); in VisitFunctionDecl()
293 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitVarDecl()
301 TRY_DECL(Binding, IndexCtx.handleDecl(Binding)); in VisitDecompositionDecl()
308 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitFieldDecl()
322 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl()
333 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitEnumConstantDecl()
342 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitTypedefNameDecl()
358 return IndexCtx.handleDecl(D, D->getLocation(), SymbolRoleSet(), in VisitTagDecl()
384 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCInterfaceDecl()
415 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCProtocolDecl()
432 IndexCtx.handleDecl(Class); in VisitObjCImplementationDecl()
434 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCImplementationDecl()
465 TRY_TO(IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryDecl()
483 TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryImplDecl()
505 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCPropertyDecl()
526 TRY_DECL(D, IndexCtx.handleDecl(D, Loc, Roles, Relations)); in VisitObjCPropertyImplDecl()
537 IndexCtx.handleDecl(MD, Loc, AccessorMethodRoles, {}, Container); in VisitObjCPropertyImplDecl()
542 IndexCtx.handleDecl(MD, Loc, AccessorMethodRoles, {}, Container); in VisitObjCPropertyImplDecl()
560 TRY_DECL(IvarD, IndexCtx.handleDecl(IvarD, IvarLoc, IvarRoles)); in VisitObjCPropertyImplDecl()
570 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitNamespaceDecl()
576 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitNamespaceAliasDecl()
612 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitUnresolvedUsingValueDecl()
621 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitUnresolvedUsingTypenameDecl()