Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2644 class JSONWriter { class
2657 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {} in JSONWriter() function in __anon4785343f0e11::JSONWriter
2667 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()
2681 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()
2687 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()
2698 void JSONWriter::endDirectory() { in endDirectory()
2706 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2716 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write()
2809 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()