Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h39 … ir::TSModuleDeclaration *ParseModuleOrNamespaceDeclaration(const lexer::SourcePosition &startLoc);
DTypedParser.cpp222 return ParseModuleOrNamespaceDeclaration(startLoc); in ParseModuleDeclaration()
309 ir::TSModuleDeclaration *TypedParser::ParseModuleOrNamespaceDeclaration(const lexer::SourcePosition… in ParseModuleOrNamespaceDeclaration() function in ark::es2panda::parser::TypedParser
326 body = ParseModuleOrNamespaceDeclaration(moduleStart); in ParseModuleOrNamespaceDeclaration()
DASparser.cpp1600 declNode = ParseModuleOrNamespaceDeclaration(startLoc); in ParseExportDefaultDeclaration()