Home
last modified time | relevance | path

Searched full:importsource (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsImportSource.h27 class ImportSource {
29 …explicit ImportSource(ir::StringLiteral *source, ir::StringLiteral *resolvedSource, Language lang,… in ImportSource() function
33 NO_COPY_SEMANTIC(ImportSource);
34 NO_MOVE_SEMANTIC(ImportSource);
35 ~ImportSource() = default;
DetsImportDeclaration.h29 explicit ETSImportDeclaration(ImportSource *source, const ArenaVector<AstNode *> &specifiers,
82 ImportSource *source_;
/arkcompiler/ets_frontend/ets2panda/evaluate/
DentityDeclarator.cpp81 …auto *importSource = allocator->New<ir::ImportSource>(source, resolvedSource, importLanguage, true… in CreateIrImport() local
88 return checker->AllocNode<ir::ETSImportDeclaration>(importSource, specifiers); in CreateIrImport()
/arkcompiler/ets_frontend/ets2panda/parser/
DforwardDeclForParserImpl.h50 class ImportSource; variable
DETSparser.cpp1260 ir::ImportSource *reExportSource = ParseSourceFromClause(true); in ParseExport()
1305 ir::ImportSource *ETSParser::ParseSourceFromClause(bool requireFrom) in ParseSourceFromClause()
1338 …return Allocator()->New<ir::ImportSource>(source, resolvedSource, importData.lang, importData.hasD… in ParseSourceFromClause()
1370 ir::ImportSource *importSource = ParseSourceFromClause(true); in ParseImportDeclarations() local
1372 lexer::SourcePosition endLoc = importSource->Source()->End(); in ParseImportDeclarations()
1374 … AllocNode<ir::ETSImportDeclaration>(importSource, std::move(specifiers), importKind); in ParseImportDeclarations()
1383 ir::ImportSource *importSourceDefault = ParseSourceFromClause(true); in ParseImportDeclarations()
1872 ir::ImportSource *importSource = nullptr; in ParseImportDeclaration() local
1882 importSource = ParseSourceFromClause(true); in ParseImportDeclaration()
1884 importSource = ParseSourceFromClause(false); in ParseImportDeclaration()
[all …]
DETSparser.h252 ir::ImportSource *ParseSourceFromClause(bool requireFrom);
260 std::tuple<ir::ImportSource *, std::vector<std::string>> ParseFromClause(bool requireFrom);
/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
Ddynamic_call_test.cpp88 … auto importSrc = Allocator()->New<ir::ImportSource>(Allocator()->New<ir::StringLiteral>("/tmp"), in AddDynImport()
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md116 …he imported element has a declaration or not - , will be stored in an ImportSource instance. The l…
/arkcompiler/ets_frontend/ets2panda/public/
DcppToCTypes.yaml2194 name: 'ImportSource'
2206 reinterpret_cast<ir::ImportSource |es2panda_arg.type.ptr_depth|>(|arg_name|);
2213 (reinterpret_cast<?const? ir::ImportSource *>(ast))->
2216 ctxAllocator->New<ir::ImportSource>(
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp624 auto importSource = import->ResolvedSource()->Str(); in ReexportPathMatchesImportPath() local
626 return importSource == reexportSource; in ReexportPathMatchesImportPath()
/arkcompiler/runtime_core/static_core/docs/
Dimport-export.md230 …he imported element has a declaration or not - , will be stored in an ImportSource instance. The l…