Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h36 …ir::TSModuleDeclaration *ParseAmbientExternalModuleDeclaration(const lexer::SourcePosition &startL…
DTypedParser.cpp182 return ParseAmbientExternalModuleDeclaration(startLoc); in ParseModuleDeclaration()
191 return ParseAmbientExternalModuleDeclaration(startLoc); in ParseModuleDeclaration()
237 ir::TSModuleDeclaration *TypedParser::ParseAmbientExternalModuleDeclaration(const lexer::SourcePosi… in ParseAmbientExternalModuleDeclaration() function in ark::es2panda::parser::TypedParser