Lines Matching defs:scopeCtx
560 auto scopeCtx = LexicalScope<FunctionParamScope>::Enter(this, scope->AsFunctionParamScope());
591 auto scopeCtx = LexicalScope<ClassScope>::Enter(this, classDef->Scope());
688 auto scopeCtx = LexicalScope<CatchScope>::Enter(this, catchClauseStmt->Scope());
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());
861 auto scopeCtx = scope != nullptr ?
872 auto scopeCtx = LexicalScope<LocalScope>::Enter(this, childNode->AsSwitchStatement()->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);