Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp111 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local
113 if (!real_path(Path, TmpDest)) in isCaseSensitivePath()
115 Path = TmpDest; in isCaseSensitivePath()