Lines Matching refs:Local
238 llvm::DenseMap<const ValueDecl *, Scope::Local> Locals;
266 void add(const Scope::Local &Local, bool IsExtended) { in add() argument
268 this->addExtended(Local); in add()
270 this->addLocal(Local); in add()
273 virtual void addLocal(const Scope::Local &Local) { in addLocal() argument
275 this->Parent->addLocal(Local); in addLocal()
278 virtual void addExtended(const Scope::Local &Local) { in addExtended() argument
280 this->Parent->addExtended(Local); in addExtended()
304 void addLocal(const Scope::Local &Local) override { in addLocal() argument
310 this->Ctx->Descriptors[*Idx].emplace_back(Local); in addLocal()
329 void addExtended(const Scope::Local &Local) override { in addExtended() argument
340 void addExtended(const Scope::Local &Local) override { in addExtended() argument
342 this->Parent->addLocal(Local); in addExtended()