Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp608 return ParseFunctionDeclaration(false, ParserStatus::NO_OPTS, isDeclare); in ParseFunctionStatement()
613 auto *funcDecl = ParseFunctionDeclaration(false, ParserStatus::NO_OPTS, isDeclare); in ParseFunctionStatement()
1113 ir::FunctionDeclaration *ParserImpl::ParseFunctionDeclaration(bool canBeAnonymous, ParserStatus new… in ParseFunctionDeclaration() function in panda::es2panda::parser::ParserImpl
1254 …ir::FunctionDeclaration *functionDecl = ParseFunctionDeclaration(false, ParserStatus::ASYNC_FUNCTI… in ParseExpressionStatement()
2392 declNode = ParseFunctionDeclaration(true, ParserStatus::EXPORT_REACHED); in ParseExportDefaultDeclaration()
2397 …declNode = ParseFunctionDeclaration(false, ParserStatus::ASYNC_FUNCTION | ParserStatus::EXPORT_REA… in ParseExportDefaultDeclaration()
2574 decl = ParseFunctionDeclaration(false, status, isDeclare); in ParseNamedExportDeclaration()
2647 decl = ParseFunctionDeclaration(false, ParserStatus::ASYNC_FUNCTION | status); in ParseNamedExportDeclaration()
DparserImpl.h495 ir::FunctionDeclaration *ParseFunctionDeclaration(bool canBeAnonymous = false,