Searched refs:GetFunctionScope (Results 1 – 7 of 7) sorted by relevance
51 scope->AsFunctionParamScope()->GetFunctionScope() : scope->EnclosingVariableScope(); in SetLexical()
99 auto *funcVariableScope = scope->GetFunctionScope(); in CalculateLevelInCorrespondingFunctionScope()
285 scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArguments()
666 FunctionScope *GetFunctionScope() const in GetFunctionScope() function
178 *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()
302 varbinder->varScope_ = scope->GetFunctionScope();
332 const auto *const funcVariableScope = iter->AsFunctionParamScope()->GetFunctionScope(); in FindImpl()458 FunctionScope *GetFunctionScope() const in GetFunctionScope() function