Home
last modified time | relevance | path

Searched refs:DirectExternalSources (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/program/
H A Dprogram.h175 DirectExternalSource &DirectExternalSources() in DirectExternalSources() function in ark::es2panda::ark::es2panda::ark::es2panda::parser::Program
180 const DirectExternalSource &DirectExternalSources() const in DirectExternalSources() function in ark::es2panda::ark::es2panda::ark::es2panda::parser::Program
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DtopLevelStmts.cpp45 for (auto const &[name, programs] : program->DirectExternalSources()) { in CheckProgramSourcesConsistency()
H A DimportExportDecls.cpp67 for (auto const &[_, programs] : program->DirectExternalSources()) { in CollectImportedProgramsFromStmts()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp183 if (GetProgram()->DirectExternalSources().count(name) == 0) { in AddDirectImportsToDirectExternalSources()
184 GetProgram()->DirectExternalSources().try_emplace(name, Allocator()->Adapter()); in AddDirectImportsToDirectExternalSources()
186 GetProgram()->DirectExternalSources().at(name).emplace_back(newProg); in AddDirectImportsToDirectExternalSources()

Completed in 5 milliseconds