Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2176 StringRef containedPart(StringRef Parent, StringRef Path);
2205 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart() function in JSONWriter
2213 DirStack.empty() ? Path : containedPart(DirStack.back(), Path); in startDirectory()