Searched refs:RealPathComponentIter (Results 1 – 1 of 1) sorted by relevance
1856 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local1868 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()1869 if (Component != *RealPathComponentIter) { in trySimplifyPath()1874 RealPathComponentIter->equals_insensitive(Component); in trySimplifyPath()1877 Component = *RealPathComponentIter; in trySimplifyPath()1879 ++RealPathComponentIter; in trySimplifyPath()