reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1888 unsigned getDirIndent() { return 4 * DirStack.size(); } 1889 unsigned getFileIndent() { return 4 * (DirStack.size() + 1); } 1928 DirStack.empty() ? Path : containedPart(DirStack.back(), Path); 1928 DirStack.empty() ? Path : containedPart(DirStack.back(), Path); 1929 DirStack.push_back(Path); 1942 DirStack.pop_back(); 1994 if (Dir == DirStack.back()) 1997 while (!DirStack.empty() && !containedIn(DirStack.back(), Dir)) { 1997 while (!DirStack.empty() && !containedIn(DirStack.back(), Dir)) { 2014 while (!DirStack.empty()) {