Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h208 ExternalSource &ExternalSources() in ExternalSources() function
213 const ExternalSource &ExternalSources() const in ExternalSources() function
/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h54 using ExternalSources = std::unordered_map<util::StringView, ArenaVector<parser::Program *>>; variable