Home
last modified time | relevance | path

Searched refs:APINotesWriter (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h23 class APINotesWriter {
28 APINotesWriter(llvm::StringRef ModuleName, const FileEntry *SF);
29 ~APINotesWriter();
31 APINotesWriter(const APINotesWriter &) = delete;
32 APINotesWriter &operator=(const APINotesWriter &) = delete;
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp22 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 …]
H A DAPINotesYAMLCompiler.cpp647 APINotesWriter Writer;
/freebsd-14.2/lib/clang/libclang/
H A DMakefile31 SRCS_MIN+= APINotes/APINotesWriter.cpp