Searched refs:RealPathComponentIter (Results 1 – 1 of 1) sorted by relevance
1965 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local1983 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()1984 if (!IsSep(Component) && !IsSep(*RealPathComponentIter) && in trySimplifyPath()1985 Component != *RealPathComponentIter) { in trySimplifyPath()1990 RealPathComponentIter->equals_insensitive(Component); in trySimplifyPath()1993 Component = *RealPathComponentIter; in trySimplifyPath()1995 ++RealPathComponentIter; in trySimplifyPath()