Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp707 auto funcCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in VisitClassStaticBlock() local
708 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2792 auto funcCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in TransformTraillingLambda() local
2793 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda()
2827 auto funcCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in ExtendArgumentsWithFakeLamda() local
2828 auto *funcScope = funcCtx.GetScope(); in ExtendArgumentsWithFakeLamda()