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.cpp204 return ParseModuleOrNamespaceDeclaration(startLoc); in ParseModuleDeclaration()
286 ir::TSModuleDeclaration *TypedParser::ParseModuleOrNamespaceDeclaration(const lexer::SourcePosition… in ParseModuleOrNamespaceDeclaration() function in ark::es2panda::parser::TypedParser
302 body = ParseModuleOrNamespaceDeclaration(moduleStart); in ParseModuleOrNamespaceDeclaration()
DASparser.cpp1568 declNode = ParseModuleOrNamespaceDeclaration(startLoc); in ParseExportDefaultDeclaration()