Searched defs:EntryWriter (Results 1 – 3 of 3) sorted by relevance
58 typedef W EntryWriter; typedef
52 typedef W EntryWriter; typedef
1796 struct EntryWriter { struct in __anon04dd42e90411::JSONEditWriter1797 SourceManager &SourceMgr;1798 llvm::raw_ostream &OS;1800 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) in EntryWriter() function1804 ~EntryWriter() { in ~EntryWriter()1808 void writeLoc(SourceLocation Loc) { in writeLoc()1821 void writeRemove(CharSourceRange Range) { in writeRemove()1834 void writeText(StringRef Text) { in writeText()