Home
last modified time | relevance | path

Searched defs:imported (Results 1 – 13 of 13) 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, bool isLazy) in ImportSpecifier()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mpl_import.h141 bool imported = true; // used only by irbuild to convert to ascii variable
Dmir_symbol.h90 void SetIsImported(bool imported) in SetIsImported()
125 void SetIsImportedDecl(bool imported) in SetIsImportedDecl()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp578 Variable *ETSBinder::FindImportSpecifiersVariable(const util::StringView &imported, in FindImportSpecifiersVariable()
609 const util::StringView &imported, in FindImportDeclInReExports()
643const util::StringView &imported, const ir::StringLiteral *const importPath) in ValidateImportVariable()
660 util::StringView imported, in ImportLocalName()
711 auto imported = importSpecifier->Imported()->Name(); in AddImportSpecifiersToTopBindings() local
DETSBinder.h263util::StringView &imported, const ir::StringLiteral *const importPath) in FindLocalNameForImport()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp445 const auto imported = specifier->AsImportSpecifier()->Imported()->Name(); in GenImportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1080 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedSpecifiers() local
1153 auto *imported = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseImportDefaultSpecifier() local
DstatementParser.cpp1739 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedImportSpecifiers() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h236 bool imported; variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp287 const auto *imported = importSpec->Imported(); in VisitImportSpecifier() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2927 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident()); in ParseNamedImportSpecifiers() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1576 … "C" es2panda_AstNode *CreateImportSpecifier(es2panda_Context *context, es2panda_AstNode *imported, in CreateImportSpecifier()