Searched defs:decls (Results 1 – 10 of 10) sorted by relevance
32 const auto &decls = varDecl->AsVariableDeclaration()->Declarators(); in VisitVariableDeclaration() local
170 auto decls = astNode->Scope()->Decls(); in GetDecls() local190 auto decls = GetDecls(ast); in GetSemanticClassifications() local
735 …auto decls = ArenaUnorderedSet<ir::AstNode *, decltype(hashFunc), decltype(equalFunc)>(0, hashFunc… in GetDeclByScopePath() local764 auto decls = GetDeclByScopePath(scopePath, position, allocator); in GetGlobalCompletions() local
81 const auto &decls = scope->Decls(); in ScopeEncloseVariable() local
740 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl()754 ArenaVector<ExportDecl *> decls(allocator_->Adapter()); in AddExportDecl() local760 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDeclList &&decls) in AddExportDecl()
338 auto decls = topScope->Decls(); in SavePermanents() local
523 const decls = leftHandSymbol.getDeclarations(); constant3204 const decls = funcDecl.symbol.getDeclarations(); constant
5546 const decls = symbol.getDeclarations(); constant6123 const decls = sym?.getDeclarations(); constant7666 const decls: ts.ClassDeclaration[] = this.getClassHierarchy(decl); constant10508 const decls = sym.getDeclarations(); constant
804 ArenaVector<ir::VariableDeclarator *> decls(ctx->Allocator()->Adapter()); in CreateForLoopInitVariableDeclaration() local
2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument