Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1775 struct EntryWriter { struct in __anon821c3a3b0411::JSONEditWriter
1776 SourceManager &SourceMgr;
1777 llvm::raw_ostream &OS;
1779 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) in EntryWriter() argument
1783 ~EntryWriter() { in ~EntryWriter()
1787 void writeLoc(SourceLocation Loc) { in writeLoc()
1800 void writeRemove(CharSourceRange Range) { in writeRemove()
1813 void writeText(StringRef Text) { in writeText()