Lines Matching refs:Local
219 llvm::DenseMap<const ValueDecl *, Scope::Local> Locals;
245 void add(const Scope::Local &Local, bool IsExtended) { in add() argument
247 this->addExtended(Local); in add()
249 this->addLocal(Local); in add()
252 virtual void addLocal(const Scope::Local &Local) { in addLocal() argument
254 this->Parent->addLocal(Local); in addLocal()
257 virtual void addExtended(const Scope::Local &Local) { in addExtended() argument
259 this->Parent->addExtended(Local); in addExtended()
288 void addLocal(const Scope::Local &Local) override { in addLocal() argument
294 this->Ctx->Descriptors[*Idx].emplace_back(Local); in addLocal()
313 void addExtended(const Scope::Local &Local) override { in addExtended() argument
324 void addExtended(const Scope::Local &Local) override { in addExtended() argument
325 this->Parent->addLocal(Local); in addExtended()