Searched refs:OtherScope (Results 1 – 1 of 1) sorted by relevance
549 DestructorScope(LocalScope<Emitter> &OtherScope) : OtherScope(OtherScope) {} in DestructorScope() argument551 ~DestructorScope() { OtherScope.emitDestructors(); } in ~DestructorScope()554 LocalScope<Emitter> &OtherScope;