Home
last modified time | relevance | path

Searched refs:GetProgramList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.h202 ArenaVector<parser::Program *> GetProgramList(const util::StringView &path) const in GetProgramList() function
DETSBinder.cpp786 auto programList = GetProgramList(sourceName); in GetExternalProgram()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1306 auto programList = etsBinder->GetProgramList(importPath); in SelectEntryOrExternalProgram()