Searched defs:funcScope (Results 1 – 5 of 5) sorted by relevance
88 const auto *funcScope = pg_->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
48 auto *funcScope = scope->EnclosingFunctionVariableScope(); in HoistVar() local
280 void Binder::BuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptFunctio… in BuildFunction()543 auto *funcScope = scriptFunc->Scope(); in ResolveReference() local693 [[maybe_unused]] auto *funcScope = *iter++; in AddMandatoryParams() local
492 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
407 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsModule() local