Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Frontend/
DModuleDependencyCollector.cpp120 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local
122 if (llvm::sys::fs::real_path(Path, TmpDest)) in isCaseSensitivePath()
124 Path = TmpDest; in isCaseSensitivePath()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DFileCollector.cpp35 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local
38 if (sys::fs::real_path(Path, TmpDest)) in isCaseSensitivePath()
40 Path = TmpDest; in isCaseSensitivePath()