Home
last modified time | relevance | path

Searched refs:ParseTsModuleDeclaration (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h470 ir::TSModuleDeclaration *ParseTsModuleDeclaration(bool isDeclare, bool isExport = false);
DstatementParser.cpp232 ir::TSModuleDeclaration *decl = ParseTsModuleDeclaration(isDeclare); in ParseStatement()
310 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration() function in panda::es2panda::parser::ParserImpl
2607 decl = ParseTsModuleDeclaration(isDeclare, true); in ParseNamedExportDeclaration()