Lines Matching refs:APINotesWriter
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()
902 void APINotesWriter::Implementation::writeObjCSelectorBlock( in writeObjCSelectorBlock()
959 void APINotesWriter::Implementation::writeGlobalVariableBlock( in writeGlobalVariableBlock()
1072 void APINotesWriter::Implementation::writeGlobalFunctionBlock( in writeGlobalFunctionBlock()
1126 void APINotesWriter::Implementation::writeEnumConstantBlock( in writeEnumConstantBlock()
1239 void APINotesWriter::Implementation::writeTagBlock( in writeTagBlock()
1289 void APINotesWriter::Implementation::writeTypedefBlock( in writeTypedefBlock()
1318 APINotesWriter::APINotesWriter(llvm::StringRef ModuleName, const FileEntry *SF) in APINotesWriter() function in clang::api_notes::APINotesWriter
1321 APINotesWriter::~APINotesWriter() = default;
1323 void APINotesWriter::writeToStream(llvm::raw_ostream &OS) { in writeToStream()
1327 ContextID APINotesWriter::addContext(std::optional<ContextID> ParentCtxID, in addContext()
1366 void APINotesWriter::addObjCProperty(ContextID CtxID, StringRef Name, in addObjCProperty()
1376 void APINotesWriter::addObjCMethod(ContextID CtxID, ObjCSelectorRef Selector, in addObjCMethod()
1411 void APINotesWriter::addCXXMethod(ContextID CtxID, llvm::StringRef Name, in addCXXMethod()
1419 void APINotesWriter::addGlobalVariable(std::optional<Context> Ctx, in addGlobalVariable()
1428 void APINotesWriter::addGlobalFunction(std::optional<Context> Ctx, in addGlobalFunction()
1437 void APINotesWriter::addEnumConstant(llvm::StringRef Name, in addEnumConstant()
1444 void APINotesWriter::addTag(std::optional<Context> Ctx, llvm::StringRef Name, in addTag()
1451 void APINotesWriter::addTypedef(std::optional<Context> Ctx, in addTypedef()