Searched refs:RealPathComponentIter (Results 1 – 1 of 1) sorted by relevance
1709 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local1721 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()1722 if (Component != *RealPathComponentIter) { in trySimplifyPath()1727 RealPathComponentIter->equals_insensitive(Component); in trySimplifyPath()1730 Component = *RealPathComponentIter; in trySimplifyPath()1732 ++RealPathComponentIter; in trySimplifyPath()