Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h450 virtual void emitDestruction() {} in emitDestruction() function
478 void emitDestruction() override { destroyLocals(); } in emitDestruction() function
H A DCompiler.cpp5552 bool Compiler<Emitter>::emitDestruction(const Descriptor *Desc) { in emitDestruction() function in Compiler