Searched refs:visitTypeEnd (Results 1 – 13 of 13) sorted by relevance
49 if (auto EC = I.Mapping.visitTypeEnd(CVT)) in deserializeAs()77 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function79 auto EC = Mapping->Mapping.visitTypeEnd(Record); in visitTypeEnd()122 consumeError(Mapping.Mapping.visitTypeEnd(FieldList)); in ~FieldListDeserializer()
57 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function59 if (auto EC = Visitor->visitTypeEnd(Record)) in visitTypeEnd()
35 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); } in visitTypeEnd() function
35 Error visitTypeEnd(CVType &Record) override;
52 Error visitTypeEnd(CVType &Record) override;
49 cantFail(Mapping.visitTypeEnd(CVT)); in serialize()
44 Error visitTypeEnd(CVType &Record) override;66 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd() function in TypeNameComputer
176 cantFail(Mapping.visitTypeEnd(Type)); in end()
118 if (auto EC = Callbacks.visitTypeEnd(Record)) in finishVisitation()
185 Error TypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeDumpVisitor
264 Error TypeRecordMapping::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeRecordMapping
39 Error visitTypeEnd(codeview::CVType &Record) override;
263 Error MinimalTypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in MinimalTypeDumpVisitor