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 DByteCodeExprGen.h32 template <class Emitter> class DestructorScope; variable
419 DestructorScope(LocalScope<Emitter> &OtherScope) : OtherScope(OtherScope) {} in DestructorScope() function