Home
last modified time | relevance | path

Searched defs:decls (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/program/
DentityNameVisitor.cpp32 const auto &decls = varDecl->AsVariableDeclaration()->Declarators(); in VisitVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclassifier.cpp170 auto decls = astNode->Scope()->Decls(); in GetDecls() local
190 auto decls = GetDecls(ast); in GetSemanticClassifications() local
Dcompletions.cpp735 …auto decls = ArenaUnorderedSet<ir::AstNode *, decltype(hashFunc), decltype(equalFunc)>(0, hashFunc… in GetDeclByScopePath() local
764 auto decls = GetDeclByScopePath(scopePath, position, allocator); in GetGlobalCompletions() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DvariableHasScope.cpp81 const auto &decls = scope->Decls(); in ScopeEncloseVariable() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp740 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl()
754 ArenaVector<ExportDecl *> decls(allocator_->Adapter()); in AddExportDecl() local
760 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDeclList &&decls) in AddExportDecl()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp338 auto decls = topScope->Decls(); in SavePermanents() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts523 const decls = leftHandSymbol.getDeclarations(); constant
3204 const decls = funcDecl.symbol.getDeclarations(); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts5546 const decls = symbol.getDeclarations(); constant
6123 const decls = sym?.getDeclarations(); constant
7666 const decls: ts.ClassDeclaration[] = this.getClassHierarchy(decl); constant
10508 const decls = sym.getDeclarations(); constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp804 ArenaVector<ir::VariableDeclarator *> decls(ctx->Allocator()->Adapter()); in CreateForLoopInitVariableDeclaration() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument