Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h351 bool emitDestruction(const Descriptor *Desc);
450 virtual void emitDestruction() {} in emitDestruction() function
478 void emitDestruction() override { destroyLocals(); } in emitDestruction() function
511 if (!this->Ctx->emitDestruction(Local.Desc)) in emitDestructors()
H A DCompiler.cpp5278 C->emitDestruction(); in emitCleanup()
5512 if (!this->emitDestruction(D)) in emitRecordDestruction()
5552 bool Compiler<Emitter>::emitDestruction(const Descriptor *Desc) { in emitDestruction() function in Compiler
5580 if (!this->emitDestruction(ElemDesc)) in emitDestruction()