Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp66 auto DirWithSymlink = CachedDirs.find(Directory); in updateWithRealPath() local
67 if (DirWithSymlink == CachedDirs.end()) { in updateWithRealPath()
74 RealPath = DirWithSymlink->second; in updateWithRealPath()