Home | History | Annotate | Download | only in Basic

Lines Matching refs:JSONWriter

1028 class JSONWriter {
1040 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {}
1045 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) {
1058 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) {
1064 void JSONWriter::startDirectory(StringRef Path) {
1075 void JSONWriter::endDirectory() {
1083 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) {
1093 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries,
1142 JSONWriter(OS).write(Mappings, IsCaseSensitive);