Searched refs:getDecls (Results 1 – 4 of 4) sorted by relevance
95 let decls = scope.getDecls();
83 let decls = scope.getDecls();97 let decls = scope.getDecls();106 let parentDecls = parentScope.getDecls();117 let decls = scope.getDecls();178 let bodyDecls = blockScope.getDecls();179 let catchParameters = catchScope.getDecls();235 let decls = scope.getDecls();
139 let decls = scope.getDecls();
283 getDecls(): Decl[] { method in Scope