Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp1771 struct EntryWriter { struct in __anonc0b9d3d40411::JSONEditWriter
1772 SourceManager &SourceMgr;
1773 llvm::raw_ostream &OS;
1775 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) in EntryWriter() function
1779 ~EntryWriter() { in ~EntryWriter()
1783 void writeLoc(SourceLocation Loc) { in writeLoc()
1796 void writeRemove(CharSourceRange Range) { in writeRemove()
1809 void writeText(StringRef Text) { in writeText()