Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp216 void ImportExportDecls::HandleSimpleType(std::set<util::StringView> &exportedStatements, ir::Statem… in HandleSimpleType()
226 std::set<util::StringView> exportedStatements; in VerifyTypeExports() local
236 …d ImportExportDecls::VerifyType(ir::Statement *stmt, std::set<util::StringView> &exportedStatement… in VerifyType()