Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp646 …ir::FunctionDeclaration *functionDecl = ParseFunctionDeclaration(false, ParserStatus::ASYNC_FUNCTI… in ParseExpressionStatement() local
647 functionDecl->SetStart(startPos.GetToken().Start()); in ParseExpressionStatement()
649 return functionDecl; in ParseExpressionStatement()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1290 …ir::FunctionDeclaration *functionDecl = ParseFunctionDeclaration(false, ParserStatus::ASYNC_FUNCTI… in ParseExpressionStatement() local
1291 functionDecl->SetStart(startPos.token.Start()); in ParseExpressionStatement()
1293 return functionDecl; in ParseExpressionStatement()