Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h32 class APINotesWriter {
39 APINotesWriter(llvm::StringRef ModuleName, const FileEntry *SF);
40 ~APINotesWriter();
42 APINotesWriter(const APINotesWriter &) = delete;
43 APINotesWriter &operator=(const APINotesWriter &) = delete;
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp22 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 …]
H A DAPINotesYAMLCompiler.cpp651 APINotesWriter Writer;
/freebsd/lib/clang/libclang/
H A DMakefile30 SRCS_MIN+= APINotes/APINotesWriter.cpp