Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()