Home
last modified time | relevance | path

Searched refs:RealPathComponentIter (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp1619 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local
1631 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()
1632 if (Component != *RealPathComponentIter) { in trySimplifyPath()
1636 SuggestReplacement = RealPathComponentIter->equals_lower(Component); in trySimplifyPath()
1639 Component = *RealPathComponentIter; in trySimplifyPath()
1641 ++RealPathComponentIter; in trySimplifyPath()