Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.h262 virtual void emitDestruction() {} in emitDestruction() function
286 ~LocalScope() override { this->emitDestruction(); } in ~LocalScope()
297 void emitDestruction() override { in emitDestruction() function
DByteCodeExprGen.cpp570 C->emitDestruction(); in emitCleanup()