| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | importSpecifierBuilder.h | 29 ImportSpecifierBuilder &SetImported(Identifier *imported) in SetImported() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| H A D | importSpecifier.h | 26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| H A D | importSpecifier.h | 36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | entityDeclarator.cpp | 84 auto *imported = checker->AllocNode<ir::Identifier>(classImportedName, allocator); in CreateIrImport() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | ETSBinder.h | 267 FindLocalNameForImport(const ir::ImportSpecifier *const importSpecifier, util::StringView &imported, const ir::StringLiteral *const importPath) FindLocalNameForImport() argument
|
| H A D | ETSBinder.cpp | 592 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 D | scopesInitPhase.cpp | 300 const auto *imported = importSpec->Imported(); in VisitImportSpecifier() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | statementParser.cpp | 1744 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedImportSpecifiers() local
|
| H A D | ETSparser.cpp | 1229 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 D | mir_symbol.h | 93 void SetIsImported(bool imported) in SetIsImported() argument 128 void SetIsImportedDecl(bool imported) in SetIsImportedDecl() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 2996 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident()); in ParseNamedImportSpecifiers() local
|