Lines Matching defs:scope
148 auto *scope = it.second; in PushVariablesToNearestStatements() local
207 auto scope = FindEnumMemberScope(name); in VisitTSNode() local
213 auto scope = FindExportVariableInTsModuleScope(name); in VisitTSNode() local
1189 const binder::Scope *scope, in FindTSModuleVariable()
1262 binder::Variable *Transformer::FindTSVariable(const binder::Scope *scope, const util::StringView &n… in FindTSVariable() argument
1397 auto scope = node->AsTSModuleDeclaration()->Scope(); in GetParamName() local
1403 auto scope = node->AsTSEnumDeclaration()->Scope(); in GetParamName() local
1890 void Transformer::FindLocalTSVariables(binder::Scope *scope, const util::StringView name, in FindLocalTSVariables()
1926 void Transformer::FindExportTSVariables(binder::Scope *scope, const util::StringView name, in FindExportTSVariables()
1979 auto *scope = enumMemberVar->AsEnumVariable()->Declaration()-> in VerifyMemberExpressionDeque() local
2075 auto scope = Scope(); in FindEnumMemberScope() local
2099 ir::MemberExpression *Transformer::CreateMemberExpressionFromIdentifier(binder::Scope *scope, ir::I… in CreateMemberExpressionFromIdentifier()
2158 auto scope = childNode->AsScriptFunction()->Scope(); in ResetParentScopeForAstNode() local
2164 auto scope = childNode->AsCatchClause()->Scope(); in ResetParentScopeForAstNode() local
2170 auto scope = childNode->AsClassDefinition()->Scope(); in ResetParentScopeForAstNode() local
2176 auto scope = childNode->AsBlockStatement()->Scope(); in ResetParentScopeForAstNode() local
2182 auto scope = childNode->AsDoWhileStatement()->Scope(); in ResetParentScopeForAstNode() local
2188 auto scope = childNode->AsWhileStatement()->Scope(); in ResetParentScopeForAstNode() local
2194 auto scope = childNode->AsForInStatement()->Scope(); in ResetParentScopeForAstNode() local
2200 auto scope = childNode->AsForOfStatement()->Scope(); in ResetParentScopeForAstNode() local
2206 auto scope = childNode->AsForUpdateStatement()->Scope(); in ResetParentScopeForAstNode() local
2212 auto scope = childNode->AsSwitchStatement()->Scope(); in ResetParentScopeForAstNode() local
2218 auto scope = childNode->AsTSEnumDeclaration()->Scope(); in ResetParentScopeForAstNode() local
2224 auto scope = childNode->AsTSInterfaceDeclaration()->Scope(); in ResetParentScopeForAstNode() local
2230 auto scope = childNode->AsTSMethodSignature()->Scope(); in ResetParentScopeForAstNode() local
2236 auto scope = childNode->AsTSModuleDeclaration()->Scope(); in ResetParentScopeForAstNode() local
2242 auto scope = childNode->AsTSSignatureDeclaration()->Scope(); in ResetParentScopeForAstNode() local
2248 auto scope = childNode->AsTSTypeParameterDeclaration()->Scope(); in ResetParentScopeForAstNode() local
2254 auto scope = childNode->AsTSConstructorType()->Scope(); in ResetParentScopeForAstNode() local
2260 auto scope = childNode->AsTSFunctionType()->Scope(); in ResetParentScopeForAstNode() local
2274 auto scope = Scope(); in IsValueReference() local