Searched refs:PathStore (Results 1 – 2 of 2) sorted by relevance
28 llvm::SmallString<32> PathStore(S.getName()); in update() local29 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()
115 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