Searched defs:EntryWriter (Results 1 – 1 of 1) sorted by relevance
1778 struct EntryWriter { struct in __anonf5f2bde80411::JSONEditWriter1779 SourceManager &SourceMgr;1780 llvm::raw_ostream &OS;1782 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) in EntryWriter() argument1786 ~EntryWriter() { in ~EntryWriter()1790 void writeLoc(SourceLocation Loc) { in writeLoc()1803 void writeRemove(CharSourceRange Range) { in writeRemove()1816 void writeText(StringRef Text) { in writeText()