Searched refs:APINotesWriter (Results 1 – 4 of 4) sorted by relevance
23 class APINotesWriter {28 APINotesWriter(llvm::StringRef ModuleName, const FileEntry *SF);29 ~APINotesWriter();31 APINotesWriter(const APINotesWriter &) = delete;32 APINotesWriter &operator=(const APINotesWriter &) = delete;
22 class APINotesWriter::Implementation {23 friend class APINotesWriter;227 void APINotesWriter::Implementation::writeBlockInfoBlock( in writeBlockInfoBlock()262 void APINotesWriter::Implementation::writeControlBlock( in writeControlBlock()312 void APINotesWriter::Implementation::writeIdentifierBlock( in writeIdentifierBlock()592 void APINotesWriter::Implementation::writeObjCContextBlock( in writeObjCContextBlock()770 void APINotesWriter::Implementation::writeObjCMethodBlock( in writeObjCMethodBlock()1172 void APINotesWriter::Implementation::writeTagBlock( in writeTagBlock()1222 void APINotesWriter::Implementation::writeTypedefBlock( in writeTypedefBlock()1251 APINotesWriter::APINotesWriter(llvm::StringRef ModuleName, const FileEntry *SF) in APINotesWriter() function in clang::api_notes::APINotesWriter[all …]
647 APINotesWriter Writer;
31 SRCS_MIN+= APINotes/APINotesWriter.cpp