Home
last modified time | relevance | path

Searched defs:EntryWriter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1769 struct EntryWriter { struct in __anonac2273870411::JSONEditWriter
1770 SourceManager &SourceMgr;
1771 llvm::raw_ostream &OS;
1773 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) in EntryWriter() argument
1777 ~EntryWriter() { in ~EntryWriter()
1781 void writeLoc(SourceLocation Loc) { in writeLoc()
1794 void writeRemove(CharSourceRange Range) { in writeRemove()
1807 void writeText(StringRef Text) { in writeText()