Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp1843 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local
1855 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()
1856 if (Component != *RealPathComponentIter) { in trySimplifyPath()
1861 RealPathComponentIter->equals_insensitive(Component); in trySimplifyPath()
1864 Component = *RealPathComponentIter; in trySimplifyPath()
1866 ++RealPathComponentIter; in trySimplifyPath()