Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFS.cpp28 llvm::SmallString<32> PathStore(S.getName()); in update() local
29 if (FS.makeAbsolute(PathStore)) in update()
31 llvm::sys::path::remove_dots(PathStore, /*remove_dot_dot=*/true); in update()
33 if (PathStore == MainFilePath) in update()
36 StatCache.insert({PathStore, std::move(S)}); in update()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCoverageLevels.java115 PathStore store = new PathStore(); in showEnglish()
135 … private static void show(PrintWriter out, R3<Level, String, Inheritance> next, PathStore store) { in show()
163 static class PathStore { class in GenerateCoverageLevels