Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp163 auto DirWithSymLink = SymLinkMap.find(Dir); in getRealPath() local
168 if (DirWithSymLink == SymLinkMap.end()) { in getRealPath()
173 RealPath = DirWithSymLink->second; in getRealPath()