Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h517 ir::TSModuleDeclaration *ParseTsModuleDeclaration(bool isDeclare, bool isExport = false); in DEFINE_BITOPS()
DstatementParser.cpp235 ir::TSModuleDeclaration *decl = ParseTsModuleDeclaration(isDeclare); in ParseStatement()
313 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration() function in panda::es2panda::parser::ParserImpl
2715 decl = ParseTsModuleDeclaration(isDeclare, true); in ParseNamedExportDeclaration()