Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DVirtualFileSystem.cpp1612 bool containedIn(StringRef Parent, StringRef Path);
1626 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn() function in JSONWriter
1641 assert(containedIn(Parent, Path)); in containedPart()
1716 while (!DirStack.empty() && !containedIn(DirStack.back(), Dir)) { in write()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1912 bool containedIn(StringRef Parent, StringRef Path);
1928 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn() function in JSONWriter
1944 assert(containedIn(Parent, Path)); in containedPart()
2019 while (!DirStack.empty() && !containedIn(DirStack.back(), Dir)) { in write()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp2006 bool containedIn(StringRef Parent, StringRef Path);
2022 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn() function in JSONWriter
2038 assert(containedIn(Parent, Path)); in containedPart()
2124 while (!DirStack.empty() && !containedIn(DirStack.back(), Dir)) { in write()