Home
last modified time | relevance | path

Searched refs:ParseModuleOrNamespaceDeclaration (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h38 … ir::TSModuleDeclaration *ParseModuleOrNamespaceDeclaration(const lexer::SourcePosition &startLoc);
DTypedParser.cpp195 return ParseModuleOrNamespaceDeclaration(startLoc); in ParseModuleDeclaration()
275 ir::TSModuleDeclaration *TypedParser::ParseModuleOrNamespaceDeclaration(const lexer::SourcePosition… in ParseModuleOrNamespaceDeclaration() function in ark::es2panda::parser::TypedParser
291 body = ParseModuleOrNamespaceDeclaration(moduleStart); in ParseModuleOrNamespaceDeclaration()
DASparser.cpp1570 declNode = ParseModuleOrNamespaceDeclaration(startLoc); in ParseExportDefaultDeclaration()