Home
last modified time | relevance | path

Searched defs:importSrc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
Ddynamic_call_test.cpp88 … auto importSrc = Allocator()->New<ir::ImportSource>(Allocator()->New<ir::StringLiteral>("/tmp"), in AddDynImport() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp157 std::string_view importSrc) in ParseDefaultSources()