Home
last modified time | relevance | path

Searched defs:imported (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportSpecifier.h26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier()
/arkcompiler/ets_frontend/es2panda/ir/module/
DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType) in ImportSpecifier()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mpl_import.h158 bool imported = true; // used only by irbuild to convert to ascii variable
Dmir_symbol.h89 void SetIsImported(bool imported) in SetIsImported()
124 void SetIsImportedDecl(bool imported) in SetIsImportedDecl()
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp385 const auto imported = specifier->AsImportSpecifier()->Imported()->Name(); in GenImportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp533 Variable *ETSBinder::FindImportSpecifiersVariable(const util::StringView &imported, in FindImportSpecifiersVariable()
586 const auto &imported = importSpecifier->Imported()->AsIdentifier()->Name(); in AddImportSpecifiersToTopBindings() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h236 bool imported; variable
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1725 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedImportSpecifiers() local
DETSparser.cpp3266 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedSpecifiers() local
3340 auto *imported = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseImportDefaultSpecifier() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp240 const auto *imported = importSpec->Imported(); in VisitImportSpecifier() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2922 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident()); in ParseNamedImportSpecifiers() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1579 … "C" es2panda_AstNode *CreateImportSpecifier(es2panda_Context *context, es2panda_AstNode *imported, in CreateImportSpecifier()