Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1777 struct EntryWriter { struct in __anon012bd9960411::JSONEditWriter
1778 SourceManager &SourceMgr;
1779 llvm::raw_ostream &OS;
1781 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) in EntryWriter() function
1785 ~EntryWriter() { in ~EntryWriter()
1789 void writeLoc(SourceLocation Loc) { in writeLoc()
1802 void writeRemove(CharSourceRange Range) { in writeRemove()
1815 void writeText(StringRef Text) { in writeText()