Searched refs:VariableScope (Results 1 – 2 of 2) sorted by relevance
33 template <class Emitter> class VariableScope; variable297 friend class VariableScope<Emitter>;364 VariableScope<Emitter> *VarScope = nullptr;406 template <class Emitter> class VariableScope {408 VariableScope(Compiler<Emitter> *Ctx, const ValueDecl *VD) in VariableScope() function413 virtual ~VariableScope() { Ctx->VarScope = this->Parent; } in ~VariableScope()435 VariableScope *P = this; in addExtended()452 VariableScope *getParent() const { return Parent; } in getParent()458 VariableScope *Parent;463 template <class Emitter> class LocalScope : public VariableScope<Emitter> {[all …]
5277 for (VariableScope<Emitter> *C = VarScope; C; C = C->getParent()) in emitCleanup()