Searched defs:EntryWriter (Results 1 – 1 of 1) sorted by relevance
1775 struct EntryWriter { struct in __anon0304ea920411::JSONEditWriter1776 SourceManager &SourceMgr;1777 llvm::raw_ostream &OS;1779 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) in EntryWriter() argument1783 ~EntryWriter() { in ~EntryWriter()1787 void writeLoc(SourceLocation Loc) { in writeLoc()1800 void writeRemove(CharSourceRange Range) { in writeRemove()1813 void writeText(StringRef Text) { in writeText()