Home
last modified time | relevance | path

Searched defs:DestructorScope (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h32 template <class Emitter> class DestructorScope; variable
299 friend class DestructorScope<Emitter>; variable
549 DestructorScope(LocalScope<Emitter> &OtherScope) : OtherScope(OtherScope) {} in DestructorScope() function