Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1643 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local
1655 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()
1656 if (Component != *RealPathComponentIter) { in trySimplifyPath()
1660 SuggestReplacement = RealPathComponentIter->equals_lower(Component); in trySimplifyPath()
1663 Component = *RealPathComponentIter; in trySimplifyPath()
1665 ++RealPathComponentIter; in trySimplifyPath()