Home
last modified time | relevance | path

Searched defs:FunctionDeclaration (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DfunctionDeclaration.h36 …explicit FunctionDeclaration(ScriptFunction *func) : Statement(AstNodeType::FUNCTION_DECLARATION),… in FunctionDeclaration() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h60 class FunctionDeclaration; variable