Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/program/
DentityNameVisitor.cpp32 const auto &decls = varDecl->AsVariableDeclaration()->Declarators(); in VisitVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DvariableHasScope.cpp113 const auto &decls = scope->Decls(); in ScopeEncloseVariable() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp650 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl()
663 ArenaVector<ExportDecl *> decls(allocator_->Adapter()); in AddExportDecl() local
669 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDeclList &&decls) in AddExportDecl()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts462 const decls = leftHandSymbol.getDeclarations(); constant
2862 const decls = funcDecl.symbol.getDeclarations(); constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp668 ArenaVector<ir::VariableDeclarator *> decls(checker->Allocator()->Adapter()); in CreateForLoopInitVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2675 const decls = sym?.getDeclarations(); constant
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument