Searched defs:imported (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| D | importSpecifier.h | 26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier()
|
| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| D | importSpecifier.h | 36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | bin_mpl_import.h | 141 bool imported = true; // used only by irbuild to convert to ascii variable
|
| D | mir_symbol.h | 90 void SetIsImported(bool imported) in SetIsImported() 125 void SetIsImportedDecl(bool imported) in SetIsImportedDecl()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 578 Variable *ETSBinder::FindImportSpecifiersVariable(const util::StringView &imported, in FindImportSpecifiersVariable() 609 const util::StringView &imported, in FindImportDeclInReExports() 643 … const 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
|
| D | ETSBinder.h | 263 … util::StringView &imported, const ir::StringLiteral *const importPath) in FindLocalNameForImport()
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 445 const auto imported = specifier->AsImportSpecifier()->Imported()->Name(); in GenImportDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 1080 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedSpecifiers() local 1153 auto *imported = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseImportDefaultSpecifier() local
|
| D | statementParser.cpp | 1739 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedImportSpecifiers() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/ |
| D | ea_connection_graph.h | 236 bool imported; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 287 const auto *imported = importSpec->Imported(); in VisitImportSpecifier() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2927 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident()); in ParseNamedImportSpecifiers() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 1576 … "C" es2panda_AstNode *CreateImportSpecifier(es2panda_Context *context, es2panda_AstNode *imported, in CreateImportSpecifier()
|