Searched refs:RealPathComponentIter (Results 1 – 1 of 1) sorted by relevance
1863 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local1881 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()1882 if (!IsSep(Component) && !IsSep(*RealPathComponentIter) && in trySimplifyPath()1883 Component != *RealPathComponentIter) { in trySimplifyPath()1888 RealPathComponentIter->equals_insensitive(Component); in trySimplifyPath()1891 Component = *RealPathComponentIter; in trySimplifyPath()1893 ++RealPathComponentIter; in trySimplifyPath()