Home
last modified time | relevance | path

Searched refs:GetFunctionScope (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp51 scope->AsFunctionParamScope()->GetFunctionScope() : scope->EnclosingVariableScope(); in SetLexical()
Dscope.cpp99 auto *funcVariableScope = scope->GetFunctionScope(); in CalculateLevelInCorrespondingFunctionScope()
Dbinder.cpp285 scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArguments()
Dscope.h666 FunctionScope *GetFunctionScope() const in GetFunctionScope() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp178 *scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArgumentsImpl()
216 …iableScope *scope = iter->IsFunctionParamScope() ? iter->AsFunctionParamScope()->GetFunctionScope() in PropagateDirectEval()
653 scope_->AsFunctionParamScope()->GetFunctionScope()->InsertBinding(decl->Name(), param); in AddMandatoryParam()
Dvarbinder.h302 varbinder->varScope_ = scope->GetFunctionScope();
Dscope.h332 const auto *const funcVariableScope = iter->AsFunctionParamScope()->GetFunctionScope(); in FindImpl()
458 FunctionScope *GetFunctionScope() const in GetFunctionScope() function