Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h357 virtual void emitDestructors() {} in emitDestructors() function
383 this->emitDestructors(); in emitDestruction()
397 void emitDestructors() override { in emitDestructors() function
421 ~DestructorScope() { OtherScope.emitDestructors(); } in ~DestructorScope()
H A DByteCodeStmtGen.cpp566 this->VarScope->emitDestructors(); in visitBreakStmt()
575 this->VarScope->emitDestructors(); in visitContinueStmt()