Searched refs:ParseModuleOrNamespaceDeclaration (Results 1 – 3 of 3) sorted by relevance
39 … ir::TSModuleDeclaration *ParseModuleOrNamespaceDeclaration(const lexer::SourcePosition &startLoc);
222 return ParseModuleOrNamespaceDeclaration(startLoc); in ParseModuleDeclaration()309 ir::TSModuleDeclaration *TypedParser::ParseModuleOrNamespaceDeclaration(const lexer::SourcePosition… in ParseModuleOrNamespaceDeclaration() function in ark::es2panda::parser::TypedParser326 body = ParseModuleOrNamespaceDeclaration(moduleStart); in ParseModuleOrNamespaceDeclaration()
1600 declNode = ParseModuleOrNamespaceDeclaration(startLoc); in ParseExportDefaultDeclaration()