Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp2175 StringRef containedPart(StringRef Parent, StringRef Path);
2204 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart() function in JSONWriter
2212 DirStack.empty() ? Path : containedPart(DirStack.back(), Path); in startDirectory()