Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp1774 struct EntryWriter { struct in __anon03f676b70411::JSONEditWriter
1775 SourceManager &SourceMgr;
1776 llvm::raw_ostream &OS;
1778 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) in EntryWriter() function
1782 ~EntryWriter() { in ~EntryWriter()
1786 void writeLoc(SourceLocation Loc) { in writeLoc()
1799 void writeRemove(CharSourceRange Range) { in writeRemove()
1812 void writeText(StringRef Text) { in writeText()