Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.cpp51 scope->AsFunctionParamScope()->GetFunctionScope() : scope->EnclosingVariableScope(); in SetLexical()
H A Dscope.cpp99 auto *funcVariableScope = scope->GetFunctionScope(); in CalculateLevelInCorrespondingFunctionScope()
H A Dbinder.cpp298 scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArguments()
H A Dscope.h666 FunctionScope *GetFunctionScope() const in GetFunctionScope() function in FunctionParamScope
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp178 *scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArgumentsImpl()
216 VariableScope *scope = iter->IsFunctionParamScope() ? iter->AsFunctionParamScope()->GetFunctionScope() in PropagateDirectEval()
654 scope_->AsFunctionParamScope()->GetFunctionScope()->InsertBinding(decl->Name(), param); in AddMandatoryParam()
H A Dvarbinder.h309 varbinder->varScope_ = scope->GetFunctionScope(); in Enter()
H A Dscope.h332 const auto *const funcVariableScope = iter->AsFunctionParamScope()->GetFunctionScope(); in FindImpl()
458 FunctionScope *GetFunctionScope() const in GetFunctionScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::FunctionParamScope

Completed in 9 milliseconds