Searched refs:GetFunctionScope (Results 1 – 7 of 7) sorted by relevance
50 scope->AsFunctionParamScope()->GetFunctionScope() : scope->EnclosingVariableScope(); in SetLexical()
95 auto *funcVariableScope = scope->GetFunctionScope(); in HasLexEnvInCorrespondingFunctionScope()
284 scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArguments()
533 FunctionScope *GetFunctionScope() const in GetFunctionScope() function
177 *scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArgumentsImpl()215 …iableScope *scope = iter->IsFunctionParamScope() ? iter->AsFunctionParamScope()->GetFunctionScope() in PropagateDirectEval()643 scope_->AsFunctionParamScope()->GetFunctionScope()->InsertBinding(decl->Name(), param); in AddMandatoryParam()
291 varbinder->varScope_ = scope->GetFunctionScope();
316 const auto *const funcVariableScope = iter->AsFunctionParamScope()->GetFunctionScope(); in FindImpl()442 FunctionScope *GetFunctionScope() const in GetFunctionScope() function