Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp1646 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local
1658 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()
1659 if (Component != *RealPathComponentIter) { in trySimplifyPath()
1663 SuggestReplacement = RealPathComponentIter->equals_lower(Component); in trySimplifyPath()
1666 Component = *RealPathComponentIter; in trySimplifyPath()
1668 ++RealPathComponentIter; in trySimplifyPath()