Home
last modified time | relevance | path

Searched refs:OtherScope (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h549 DestructorScope(LocalScope<Emitter> &OtherScope) : OtherScope(OtherScope) {} in DestructorScope() argument
551 ~DestructorScope() { OtherScope.emitDestructors(); } in ~DestructorScope()
554 LocalScope<Emitter> &OtherScope;