Searched refs:containedIn (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1940 bool containedIn(StringRef Parent, StringRef Path);
1956 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { function in class:JSONWriter
1972 assert(containedIn(Parent, Path));
2058 while (!DirStack.empty() && !containedIn(DirStack.back(), Dir)) {

Completed in 166 milliseconds