Lines Matching refs:handleDecl

105             IndexCtx.handleDecl(Parm);  in handleDeclarator()
108 IndexCtx.handleDecl(Parm); in handleDeclarator()
110 IndexCtx.handleDecl(Parm); in handleDeclarator()
117 IndexCtx.handleDecl(PI); in handleDeclarator()
175 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod()
253 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations)); in VisitFunctionDecl()
302 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitVarDecl()
310 TRY_DECL(Binding, IndexCtx.handleDecl(Binding)); in VisitDecompositionDecl()
317 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitFieldDecl()
331 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl()
337 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitMSPropertyDecl()
343 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitEnumConstantDecl()
352 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitTypedefNameDecl()
368 return IndexCtx.handleDecl(D, D->getLocation(), SymbolRoleSet(), in VisitTagDecl()
394 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCInterfaceDecl()
425 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCProtocolDecl()
442 IndexCtx.handleDecl(Class); in VisitObjCImplementationDecl()
444 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCImplementationDecl()
475 TRY_TO(IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryDecl()
493 TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryImplDecl()
515 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCPropertyDecl()
536 TRY_DECL(D, IndexCtx.handleDecl(D, Loc, Roles, Relations)); in VisitObjCPropertyImplDecl()
546 IndexCtx.handleDecl(MD, Loc, AccessorMethodRoles, {}, Container); in VisitObjCPropertyImplDecl()
550 IndexCtx.handleDecl(MD, Loc, AccessorMethodRoles, {}, Container); in VisitObjCPropertyImplDecl()
568 TRY_DECL(IvarD, IndexCtx.handleDecl(IvarD, IvarLoc, IvarRoles)); in VisitObjCPropertyImplDecl()
578 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitNamespaceDecl()
584 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitNamespaceAliasDecl()
592 IndexCtx.handleDecl(D); in VisitUsingDecl()
621 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitUnresolvedUsingValueDecl()
630 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitUnresolvedUsingTypenameDecl()
686 IndexCtx.handleDecl(TP); in VisitTemplateDecl()