Searched refs:emitDestruction (Results 1 – 2 of 2) sorted by relevance
392 bool emitDestruction(const Descriptor *Desc, SourceInfo Loc);511 virtual void emitDestruction() {} in emitDestruction() function543 void emitDestruction() override { in emitDestruction() function584 if (!this->Ctx->emitDestruction(Local.Desc, Local.Desc->getLoc()))
5645 C->emitDestruction(); in visitBreakStmt()5656 C->emitDestruction(); in visitContinueStmt()6017 if (!this->emitDestruction(D, SourceInfo{})) in compileDestructor()6695 C->emitDestruction(); in emitCleanup()6941 bool Compiler<Emitter>::emitDestruction(const Descriptor *Desc, in emitDestruction() function in Compiler6975 if (!this->emitDestruction(ElemDesc, Loc)) in emitDestruction()