Home | History | Annotate | Download | only in Basic

Lines Matching defs:JSONWriter

1607 class JSONWriter {
1619 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {}
1626 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) {
1639 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) {
1645 void JSONWriter::startDirectory(StringRef Path) {
1656 void JSONWriter::endDirectory() {
1664 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) {
1674 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries,
1750 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive,