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;175 void APINotesWriter::Implementation::writeToStream(llvm::raw_ostream &OS) { in writeToStream()237 void APINotesWriter::Implementation::writeBlockInfoBlock( in writeBlockInfoBlock()272 void APINotesWriter::Implementation::writeControlBlock( in writeControlBlock()322 void APINotesWriter::Implementation::writeIdentifierBlock( in writeIdentifierBlock()601 void APINotesWriter::Implementation::writeContextBlock( in writeContextBlock()711 void APINotesWriter::Implementation::writeObjCPropertyBlock( in writeObjCPropertyBlock()807 void APINotesWriter::Implementation::writeObjCMethodBlock( in writeObjCMethodBlock()834 void APINotesWriter::Implementation::writeCXXMethodBlock( in writeCXXMethodBlock()[all …]
651 APINotesWriter Writer;
30 SRCS_MIN+= APINotes/APINotesWriter.cpp