Home | History | Annotate | Download | only in Basic

Lines Matching defs:JSONWriter

1380 class JSONWriter {
1392 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {}
1397 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) {
1410 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) {
1416 void JSONWriter::startDirectory(StringRef Path) {
1427 void JSONWriter::endDirectory() {
1435 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) {
1445 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries,
1493 JSONWriter(OS).write(Mappings, IsCaseSensitive);