Lines Matching refs:LexicalScope
560 auto scopeCtx = LexicalScope<FunctionParamScope>::Enter(this, scope->AsFunctionParamScope());
591 auto scopeCtx = LexicalScope<ClassScope>::Enter(this, classDef->Scope());
650 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope);
672 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope);
684 auto paramScopeCtx = LexicalScope<CatchParamScope>::Enter(this, catchClauseStmt->Scope()->ParamScope());
688 auto scopeCtx = LexicalScope<CatchScope>::Enter(this, catchClauseStmt->Scope());
790 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, funcScope->ParamScope());
816 auto scopeCtx = LexicalScope<FunctionScope>::Enter(this, funcScope);
843 auto scopeCtx = LexicalScope<FunctionScope>::Enter(this, ctor->Scope());
854 auto scopeCtx = LexicalScope<FunctionScope>::Enter(this, method->Function()->Scope());
862 LexicalScope<Scope>::Enter(this, scope) :
863 LexicalScope<Scope>::Enter(this, GetScope());
872 auto scopeCtx = LexicalScope<LocalScope>::Enter(this, childNode->AsSwitchStatement()->Scope());
882 auto loopScopeCtx = LexicalScope<LoopScope>::Enter(this, doWhileStatement->Scope());
894 auto loopScopeCtx = LexicalScope<LoopScope>::Enter(this, whileStatement->Scope());
933 auto scopeCtx = LexicalScope<Scope>::Enter(this, childNode->AsTSModuleDeclaration()->Scope());
938 auto scopeCtx = LexicalScope<Scope>::Enter(this, childNode->AsTSEnumDeclaration()->Scope());
985 auto scopeCtx = LexicalScope<FunctionScope>::Enter(this, funcScope);