Searched refs:ParseModuleDeclaration (Results 1 – 5 of 5) sorted by relevance
84 …ir::Statement *ParseModuleDeclaration(StatementParsingFlags flags = StatementParsingFlags::NONE) o…
233 return ParseModuleDeclaration(); in GetDeclarationForNamedExport()
145 return ParseModuleDeclaration(); in ParsePotentialExpressionStatement()176 ir::Statement *TypedParser::ParseModuleDeclaration([[maybe_unused]] StatementParsingFlags flags) in ParseModuleDeclaration() function in ark::es2panda::parser::TypedParser
437 …virtual ir::Statement *ParseModuleDeclaration(StatementParsingFlags flags = StatementParsingFlags:…
1644 return parser->ParseModuleDeclaration(); in GetParsedDeclaration()