Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp1815 class JSONWriter { class
1828 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {} in JSONWriter() function in __anon49858f0d0911::JSONWriter
1837 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()
1851 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()
1857 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()
1868 void JSONWriter::endDirectory() { in endDirectory()
1876 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
1886 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write()
1961 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()