Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1589 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local
1601 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()
1602 if (Component != *RealPathComponentIter) { in trySimplifyPath()
1606 SuggestReplacement = RealPathComponentIter->equals_lower(Component); in trySimplifyPath()
1609 Component = *RealPathComponentIter; in trySimplifyPath()
1611 ++RealPathComponentIter; in trySimplifyPath()