Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h525 bool IsInstantiatedInTsModuleBlock(ir::Statement **body); in DEFINE_BITOPS()
DstatementParser.cpp423 bool isInstantiated = IsInstantiatedInTsModuleBlock(&body); in ParseTsModuleOrNamespaceDelaration()
439 bool ParserImpl::IsInstantiatedInTsModuleBlock(ir::Statement **body) in IsInstantiatedInTsModuleBlock() function in panda::es2panda::parser::ParserImpl