Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2169 class JSONWriter { class
2182 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {} in JSONWriter() function in __anona9173f7c0b11::JSONWriter
2191 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()
2205 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()
2211 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()
2222 void JSONWriter::endDirectory() { in endDirectory()
2230 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2240 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write()
2333 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()