Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp982 varbinder::LocalScope *targetScope {}; in DeclareClassMethod() local
995 varbinder::LocalScope *targetScope) in MaybeAddOverload()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h706 void SetBindingProps(VariableFlags flags, ir::Identifier *ident, LocalScope *targetScope) in SetBindingProps()