Home
last modified time | relevance | path

Searched refs:importSrc (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
H A Ddynamic_call_test.cpp88 auto importSrc = Allocator()->New<ir::ImportSource>(Allocator()->New<ir::StringLiteral>("/tmp"), in AddDynImport() local
92 util::NodeAllocator::Alloc<ir::ETSImportDeclaration>(Allocator(), importSrc, std::move(specifiers)); in AddDynImport()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp157 std::string_view importSrc) in ParseDefaultSources()
160 SourceFile source(srcFile, importSrc); in ParseDefaultSources()
156 ParseDefaultSources(std::string_view srcFile, std::string_view importSrc) ParseDefaultSources() argument
H A DETSparser.h47 ArenaVector<ir::ETSImportDeclaration *> ParseDefaultSources(std::string_view srcFile, std::string_view importSrc);

Completed in 5 milliseconds