Home
last modified time | relevance | path

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

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