Lines Matching refs:handleDecl
61 IndexCtx.handleDecl(Parm); in handleDeclarator()
64 IndexCtx.handleDecl(Parm); in handleDeclarator()
66 IndexCtx.handleDecl(Parm); in handleDeclarator()
71 IndexCtx.handleDecl(PI); in handleDeclarator()
79 if (!IndexCtx.handleDecl(D, (unsigned)SymbolRole::Dynamic)) in handleObjCMethod()
109 if (!IndexCtx.handleDecl(D, Roles, Relations)) in VisitFunctionDecl()
136 if (!IndexCtx.handleDecl(D)) in VisitVarDecl()
144 if (!IndexCtx.handleDecl(D)) in VisitFieldDecl()
161 return IndexCtx.handleDecl(D, in VisitObjCIvarDecl()
165 if (!IndexCtx.handleDecl(D)) in VisitObjCIvarDecl()
177 if (!IndexCtx.handleDecl(D)) in VisitEnumConstantDecl()
184 if (!IndexCtx.handleDecl(D)) in VisitTypedefNameDecl()
221 TRY_TO(IndexCtx.handleDecl(D)); in VisitObjCInterfaceDecl()
238 TRY_TO(IndexCtx.handleDecl(D)); in VisitObjCProtocolDecl()
254 IndexCtx.handleDecl(Class); in VisitObjCImplementationDecl()
256 if (!IndexCtx.handleDecl(D)) in VisitObjCImplementationDecl()
272 if (!IndexCtx.handleDecl(D)) in VisitObjCCategoryDecl()
283 if (!IndexCtx.handleDecl(D)) in VisitObjCCategoryImplDecl()
306 if (!IndexCtx.handleDecl(D)) in VisitObjCPropertyDecl()
334 IndexCtx.handleDecl(MD, D->getLocation(), SymbolRoleSet(), {}, ImplD); in VisitObjCPropertyImplDecl()
339 IndexCtx.handleDecl(MD, D->getLocation(), SymbolRoleSet(), {}, ImplD); in VisitObjCPropertyImplDecl()
345 if (!IndexCtx.handleDecl(D)) in VisitNamespaceDecl()