Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2662 class JSONWriter { class
2675 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {} in JSONWriter() function in __anonf88482be0e11::JSONWriter
2685 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()
2699 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()
2705 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()
2716 void JSONWriter::endDirectory() { in endDirectory()
2724 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2734 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write()
2827 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()