Searched refs:RealPathComponentIter (Results 1 – 1 of 1) sorted by relevance
1843 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local1855 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()1856 if (Component != *RealPathComponentIter) { in trySimplifyPath()1861 RealPathComponentIter->equals_insensitive(Component); in trySimplifyPath()1864 Component = *RealPathComponentIter; in trySimplifyPath()1866 ++RealPathComponentIter; in trySimplifyPath()