Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp416 void ScopesInitPhase::CreateFuncDecl(ir::ScriptFunction *func) in CreateFuncDecl() function in ark::es2panda::compiler::ScopesInitPhase
694 void InitScopesPhaseTs::CreateFuncDecl(ir::ScriptFunction *func) in CreateFuncDecl() function in ark::es2panda::compiler::InitScopesPhaseTs
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1870 static void CreateFuncDecl(ETSChecker *checker, ir::MethodDefinition *func, varbinder::LocalScope *… in CreateFuncDecl() function