Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h392 bool emitDestruction(const Descriptor *Desc, SourceInfo Loc);
511 virtual void emitDestruction() {} in emitDestruction() function
543 void emitDestruction() override { in emitDestruction() function
584 if (!this->Ctx->emitDestruction(Local.Desc, Local.Desc->getLoc()))
H A DCompiler.cpp5645 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 Compiler
6975 if (!this->emitDestruction(ElemDesc, Loc)) in emitDestruction()