Home
last modified time | relevance | path

Searched defs:varScope (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.cpp53 VariableScope *varScope = scope->EnclosingVariableScope(); in SetLexical() local
Dvarbinder.h119 void ResetAllScopes(GlobalScope *topScope, VariableScope *varScope, Scope *scope) noexcept in ResetAllScopes()
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp48 VariableScope *varScope = scope->IsFunctionParamScope() ? in SetLexical() local
Dbinder.cpp760 VariableScope *varScope = scope_->EnclosingFunctionVariableScope(); in ResolveReference() local
953 VariableScope *varScope = scope_->EnclosingFunctionVariableScope(); in ResolveReference() local
962 VariableScope *varScope = scope_->EnclosingFunctionVariableScope(); in ResolveReference() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp440 const auto *varScope = scope_->AsVariableScope(); in LoadAccFromArgs() local