Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp163 auto DirWithSymLink = SymLinkMap.find(Dir); in getRealPath()
168 if (DirWithSymLink == SymLinkMap.end()) { in getRealPath()
171 SymLinkMap[Dir] = RealPath.str(); in getRealPath()
/external/clang/include/clang/Frontend/
DUtils.h128 llvm::StringMap<std::string> SymLinkMap; variable