Home
last modified time | relevance | path

Searched defs:funcDecl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp232 auto *funcDecl = ParseFunctionDeclaration(false, ParserStatus::NO_OPTS); in ParseFunctionStatement() local
589 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(Allocator(), func, true); in ParseFunctionDeclaration() local
605 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(Allocator(), func); in ParseFunctionDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp622 auto *funcDecl = ParseFunctionDeclaration(false, ParserStatus::NO_OPTS, isDeclare); in ParseFunctionStatement() local
1165 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(func); in ParseFunctionDeclaration() local
1197 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(func); in ParseFunctionDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp214 void ScopesInitPhase::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()