Searched refs:APINotesWriter (Results 1 – 4 of 4) sorted by relevance
32 class APINotesWriter {39 APINotesWriter(llvm::StringRef ModuleName, const FileEntry *SF);40 ~APINotesWriter();42 APINotesWriter(const APINotesWriter &) = delete;43 APINotesWriter &operator=(const APINotesWriter &) = delete;
22 class APINotesWriter::Implementation {23 friend class APINotesWriter;173 void APINotesWriter::Implementation::writeToStream(llvm::raw_ostream &OS) { in writeToStream()236 void APINotesWriter::Implementation::writeBlockInfoBlock( in writeBlockInfoBlock()271 void APINotesWriter::Implementation::writeControlBlock( in writeControlBlock()321 void APINotesWriter::Implementation::writeIdentifierBlock( in writeIdentifierBlock()600 void APINotesWriter::Implementation::writeContextBlock( in writeContextBlock()711 void APINotesWriter::Implementation::writeObjCPropertyBlock( in writeObjCPropertyBlock()825 void APINotesWriter::Implementation::writeObjCMethodBlock( in writeObjCMethodBlock()852 void APINotesWriter::Implementation::writeCXXMethodBlock( in writeCXXMethodBlock()[all …]
706 APINotesWriter Writer;
49 SRCS_MIN+= APINotes/APINotesWriter.cpp