Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp2168 class JSONWriter { class
2181 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {} in JSONWriter() function in __anona1b947f30b11::JSONWriter
2190 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()
2204 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()
2210 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()
2221 void JSONWriter::endDirectory() { in endDirectory()
2229 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2239 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write()
2332 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()