Searched refs:emitRecordDestruction (Results 1 – 2 of 2) sorted by relevance
350 bool emitRecordDestruction(const Record *R);
2537 if (!this->emitRecordDestruction(getRecord(E->getType()))) in VisitCXXConstructExpr()5504 bool Compiler<Emitter>::emitRecordDestruction(const Record *R) { in emitRecordDestruction() function in Compiler5539 if (!this->emitRecordDestruction(Base.R)) in emitRecordDestruction()5589 return this->emitRecordDestruction(Desc->ElemRecord); in emitDestruction()