Home
last modified time | relevance | path

Searched refs:RealPathComponentIter (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1863 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local
1881 } 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()