Home
last modified time | relevance | path

Searched refs:ParseTsModuleBlock (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h37 ir::TSModuleBlock *ParseTsModuleBlock();
DTypedParser.cpp261 body = ParseTsModuleBlock(); in ParseAmbientExternalModuleDeclaration()
293 body = ParseTsModuleBlock(); in ParseModuleOrNamespaceDeclaration()
303 ir::TSModuleBlock *TypedParser::ParseTsModuleBlock() in ParseTsModuleBlock() function in ark::es2panda::parser::TypedParser
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h530 ir::TSModuleBlock *ParseTsModuleBlock(); in DEFINE_BITOPS()
DstatementParser.cpp369 body = ParseTsModuleBlock(); in ParseTsAmbientExternalModuleDeclaration()
448 *body = ParseTsModuleBlock(); in IsInstantiatedInTsModuleBlock()
538 ir::TSModuleBlock *ParserImpl::ParseTsModuleBlock() in ParseTsModuleBlock() function in panda::es2panda::parser::ParserImpl