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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1936 SmallVector<StringRef, 16> DirStack; member in class:__anon3821::JSONWriter
1938 unsigned getDirIndent() { return 4 * DirStack.size(); }
1939 unsigned getFileIndent() { return 4 * (DirStack.size() + 1); }
1978 DirStack.empty() ? Path : containedPart(DirStack.back(), Path);
1979 DirStack.push_back(Path);
1992 DirStack.pop_back();
2052 if (Dir == DirStack.back()) {
2058 while (!DirStack.empty() && !containedIn(DirStack
[all...]

Completed in 169 milliseconds