Lines Matching refs:Local
217 llvm::DenseMap<const ValueDecl *, Scope::Local> Locals;
243 void add(const Scope::Local &Local, bool IsExtended) { in add() argument
245 this->addExtended(Local); in add()
247 this->addLocal(Local); in add()
250 virtual void addLocal(const Scope::Local &Local) { in addLocal() argument
252 this->Parent->addLocal(Local); in addLocal()
255 virtual void addExtended(const Scope::Local &Local) { in addExtended() argument
257 this->Parent->addExtended(Local); in addExtended()
286 void addLocal(const Scope::Local &Local) override { in addLocal() argument
292 this->Ctx->Descriptors[*Idx].emplace_back(Local); in addLocal()
311 void addExtended(const Scope::Local &Local) override { in addExtended() argument
322 void addExtended(const Scope::Local &Local) override { in addExtended() argument
323 this->Parent->addLocal(Local); in addExtended()