Searched full:importsource (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsImportSource.h | 27 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;
|
| D | etsImportDeclaration.h | 29 explicit ETSImportDeclaration(ImportSource *source, const ArenaVector<AstNode *> &specifiers, 82 ImportSource *source_;
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | entityDeclarator.cpp | 81 …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/ |
| D | forwardDeclForParserImpl.h | 50 class ImportSource; variable
|
| D | ETSparser.cpp | 1260 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 …]
|
| D | ETSparser.h | 252 ir::ImportSource *ParseSourceFromClause(bool requireFrom); 260 std::tuple<ir::ImportSource *, std::vector<std::string>> ParseFromClause(bool requireFrom);
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/ |
| D | dynamic_call_test.cpp | 88 … auto importSrc = Allocator()->New<ir::ImportSource>(Allocator()->New<ir::StringLiteral>("/tmp"), in AddDynImport()
|
| /arkcompiler/ets_frontend/ets2panda/docs/ |
| D | import_export.md | 116 …he imported element has a declaration or not - , will be stored in an ImportSource instance. The l…
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | cppToCTypes.yaml | 2194 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/ |
| D | ETSBinder.cpp | 624 auto importSource = import->ResolvedSource()->Str(); in ReexportPathMatchesImportPath() local 626 return importSource == reexportSource; in ReexportPathMatchesImportPath()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | import-export.md | 230 …he imported element has a declaration or not - , will be stored in an ImportSource instance. The l…
|