Searched refs:ParseTsModuleDeclaration (Results 1 – 2 of 2) sorted by relevance
470 ir::TSModuleDeclaration *ParseTsModuleDeclaration(bool isDeclare, bool isExport = false);
232 ir::TSModuleDeclaration *decl = ParseTsModuleDeclaration(isDeclare); in ParseStatement()310 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration() function in panda::es2panda::parser::ParserImpl2607 decl = ParseTsModuleDeclaration(isDeclare, true); in ParseNamedExportDeclaration()