Lines Matching defs:auto

78         auto res = bindings_.find(util::StringView{interfaceName});
88 auto res = bindings_.find(name);
99 auto *funcVariableScope = scope->GetFunctionScope();
119 const auto *iter = this;
172 const auto *iter = this;
212 auto accessor = isSetter ? privateSetters_ : privateGetters_;
213 auto unexpectedAccessor = isSetter ? privateGetters_ : privateSetters_;
243 for (const auto *stmt : privateProperties) {
249 auto *methodDef = stmt->AsMethodDefinition();
251 auto name = methodDef->Key()->AsPrivateIdentifier()->Name();
308 const auto *iter = this;
312 const auto *classScope = iter->AsClassScope();
331 for (auto *it : decls_) {
342 for (auto *it : decls_) {
353 auto *iter = this;
356 auto *v = iter->FindLocal(name);
402 auto it = topScope_->scopeNames_.find(selfScopeName_);
429 auto [scope, shadowed] = IterateShadowedVariables(
481 auto *param = allocator->New<LocalVariable>(newDecl, flags);
491 const auto [name, pattern] = util::Helpers::ParamName(allocator, param, params_.size());
493 auto *decl = NewDecl<ParameterDecl>(allocator, name);
507 for (const auto *binding : bindings) {
508 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name());
516 auto *paramVar = allocator->New<LocalVariable>(varDecl, VariableFlags::VAR);
644 auto selfName = util::Helpers::FunctionName(allocator_, node_->AsScriptFunction());
687 auto scriptFunction = node_->AsScriptFunction();
742 auto res = bindings_.find(localName);
747 auto *decl = res->second->Declaration();
756 auto *moduleVar = FindLocal(name);
767 auto [scope, shadowed] = IterateShadowedVariables(
779 auto decl = currentVariable->Declaration();
831 for (const auto &[name, var] : bindings_) {