Home
last modified time | relevance | path

Searched refs:JSONWriter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2756 class JSONWriter { class
2769 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {} in JSONWriter() function in __anon5c4e8b480e11::JSONWriter
2779 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()
2793 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()
2799 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()
2810 void JSONWriter::endDirectory() { in endDirectory()
2818 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2828 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write()
2919 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()