Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1256 …ir::FunctionDeclaration *functionDecl = ParseFunctionDeclaration(false, ParserStatus::ASYNC_FUNCTI… in ParseExpressionStatement() local
1257 functionDecl->SetStart(startPos.token.Start()); in ParseExpressionStatement()
1259 return functionDecl; in ParseExpressionStatement()