Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h350 bool emitRecordDestruction(const Record *R);
H A DCompiler.cpp2537 if (!this->emitRecordDestruction(getRecord(E->getType()))) in VisitCXXConstructExpr()
5504 bool Compiler<Emitter>::emitRecordDestruction(const Record *R) { in emitRecordDestruction() function in Compiler
5539 if (!this->emitRecordDestruction(Base.R)) in emitRecordDestruction()
5589 return this->emitRecordDestruction(Desc->ElemRecord); in emitDestruction()