Lines Matching defs:AddBinding
441 Variable *FunctionParamScope::AddBinding([[maybe_unused]] ArenaAllocator *allocator,
448 Variable *FunctionScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,
481 var = typeAliasScope_->AddBinding(allocator, currentVariable, newDecl, extension);
497 Variable *GlobalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,
595 Variable *ModuleScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,
758 Variable *LocalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,
764 Variable *LocalScopeWithTypeAlias::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,
769 auto *var = typeAliasScope_->AddBinding(allocator, currentVariable, newDecl, extension);
907 Variable *ClassScope::AddBinding(ArenaAllocator *allocator, [[maybe_unused]] Variable *currentVariable, Decl *newDecl,
936 auto *var = props.GetTargetScope()->AddBinding(allocator, nullptr, newDecl, extension);
1011 Variable *CatchParamScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,
1017 Variable *CatchScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,
1027 auto *var = TypeAliasScope()->AddBinding(allocator, currentVariable, newDecl, extension);