Lines Matching refs:APINotesWriter

22 class APINotesWriter::Implementation {
23 friend class APINotesWriter;
166 void APINotesWriter::Implementation::writeToStream(llvm::raw_ostream &OS) { in writeToStream()
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()
702 void APINotesWriter::Implementation::writeObjCPropertyBlock( in writeObjCPropertyBlock()
770 void APINotesWriter::Implementation::writeObjCMethodBlock( in writeObjCMethodBlock()
838 void APINotesWriter::Implementation::writeObjCSelectorBlock( in writeObjCSelectorBlock()
896 void APINotesWriter::Implementation::writeGlobalVariableBlock( in writeGlobalVariableBlock()
1010 void APINotesWriter::Implementation::writeGlobalFunctionBlock( in writeGlobalFunctionBlock()
1064 void APINotesWriter::Implementation::writeEnumConstantBlock( in writeEnumConstantBlock()
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
1254 APINotesWriter::~APINotesWriter() = default;
1256 void APINotesWriter::writeToStream(llvm::raw_ostream &OS) { in writeToStream()
1260 ContextID APINotesWriter::addObjCContext(std::optional<ContextID> ParentCtxID, in addObjCContext()
1299 void APINotesWriter::addObjCProperty(ContextID CtxID, StringRef Name, in addObjCProperty()
1309 void APINotesWriter::addObjCMethod(ContextID CtxID, ObjCSelectorRef Selector, in addObjCMethod()
1344 void APINotesWriter::addGlobalVariable(std::optional<Context> Ctx, in addGlobalVariable()
1353 void APINotesWriter::addGlobalFunction(std::optional<Context> Ctx, in addGlobalFunction()
1362 void APINotesWriter::addEnumConstant(llvm::StringRef Name, in addEnumConstant()
1369 void APINotesWriter::addTag(std::optional<Context> Ctx, llvm::StringRef Name, in addTag()
1376 void APINotesWriter::addTypedef(std::optional<Context> Ctx, in addTypedef()