Lines Matching refs:handleDecl

109             IndexCtx.handleDecl(Parm);  in handleDeclarator()
112 IndexCtx.handleDecl(Parm); in handleDeclarator()
114 IndexCtx.handleDecl(Parm); in handleDeclarator()
121 IndexCtx.handleDecl(PI); in handleDeclarator()
181 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod()
259 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations)); in VisitFunctionDecl()
308 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitVarDecl()
316 TRY_DECL(Binding, IndexCtx.handleDecl(Binding)); in VisitDecompositionDecl()
323 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitFieldDecl()
337 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl()
343 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitMSPropertyDecl()
349 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitEnumConstantDecl()
358 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitTypedefNameDecl()
374 return IndexCtx.handleDecl(D, D->getLocation(), SymbolRoleSet(), in VisitTagDecl()
409 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCInterfaceDecl()
440 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCProtocolDecl()
457 IndexCtx.handleDecl(Class); in VisitObjCImplementationDecl()
459 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCImplementationDecl()
490 TRY_TO(IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryDecl()
508 TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryImplDecl()
530 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCPropertyDecl()
551 TRY_DECL(D, IndexCtx.handleDecl(D, Loc, Roles, Relations)); in VisitObjCPropertyImplDecl()
561 IndexCtx.handleDecl(MD, Loc, AccessorMethodRoles, {}, Container); in VisitObjCPropertyImplDecl()
565 IndexCtx.handleDecl(MD, Loc, AccessorMethodRoles, {}, Container); in VisitObjCPropertyImplDecl()
583 TRY_DECL(IvarD, IndexCtx.handleDecl(IvarD, IvarLoc, IvarRoles)); in VisitObjCPropertyImplDecl()
593 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitNamespaceDecl()
599 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitNamespaceAliasDecl()
607 IndexCtx.handleDecl(D); in VisitUsingDecl()
643 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitUnresolvedUsingValueDecl()
652 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitUnresolvedUsingTypenameDecl()
700 IndexCtx.handleDecl(TP); in indexTemplateParameters()
739 return IndexCtx.handleDecl(D); in VisitConceptDecl()