Searched refs:RealPathComponentIter (Results 1 – 1 of 1) sorted by relevance
1940 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local1958 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()1959 if (!IsSep(Component) && !IsSep(*RealPathComponentIter) && in trySimplifyPath()1960 Component != *RealPathComponentIter) { in trySimplifyPath()1965 RealPathComponentIter->equals_insensitive(Component); in trySimplifyPath()1968 Component = *RealPathComponentIter; in trySimplifyPath()1970 ++RealPathComponentIter; in trySimplifyPath()