Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1768 struct EntryWriter { struct in __anona0c783bd0411::JSONEditWriter
1769 SourceManager &SourceMgr;
1770 llvm::raw_ostream &OS;
1772 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) in EntryWriter() function
1776 ~EntryWriter() { in ~EntryWriter()
1780 void writeLoc(SourceLocation Loc) { in writeLoc()
1793 void writeRemove(CharSourceRange Range) { in writeRemove()
1806 void writeText(StringRef Text) { in writeText()