Home
last modified time | relevance | path

Searched defs:imported (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DimportSpecifierBuilder.h29 ImportSpecifierBuilder &SetImported(Identifier *imported) in SetImported() argument
/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DimportSpecifier.h26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier() argument
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator.cpp84 auto *imported = checker->AllocNode<ir::Identifier>(classImportedName, allocator); in CreateIrImport() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.h267 FindLocalNameForImport(const ir::ImportSpecifier *const importSpecifier, util::StringView &imported, const ir::StringLiteral *const importPath) FindLocalNameForImport() argument
H A DETSBinder.cpp592 Variable *ETSBinder::FindImportSpecifiersVariable(const util::StringView &imported, in FindImportSpecifiersVariable() argument
621 FindImportDeclInReExports(const ir::ETSImportDeclaration *const import, std::vector<ir::ETSImportDeclaration *> &viewedReExport, const util::StringView &imported, const ir::StringLiteral *const importPath) FindImportDeclInReExports() argument
656 ValidateImportVariable(varbinder::Variable *const var, const ir::ETSImportDeclaration *const import, const util::StringView &imported, const ir::StringLiteral *const importPath) ValidateImportVariable() argument
673 ImportLocalName(const ir::ImportSpecifier *importSpecifier, const ir::StringLiteral *importPath, util::StringView imported, ArenaVector<std::pair<util::StringView, util::StringView>> &importSpecifiers, GlobalScope *topScope) ImportLocalName() argument
725 auto imported = importSpecifier->Imported()->Name(); AddImportSpecifiersToTopBindings() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp300 const auto *imported = importSpec->Imported(); in VisitImportSpecifier() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementParser.cpp1744 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedImportSpecifiers() local
H A DETSparser.cpp1229 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedSpecifiers() local
1250 auto *imported = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseNamedSpecifiers() local
1314 auto *imported = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); ParseImportDefaultSpecifier() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_symbol.h93 void SetIsImported(bool imported) in SetIsImported() argument
128 void SetIsImportedDecl(bool imported) in SetIsImportedDecl() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2996 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident()); in ParseNamedImportSpecifiers() local

Completed in 17 milliseconds