Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp1856 auto RealPathComponentIter = llvm::sys::path::rbegin(RealPathName); in trySimplifyPath() local
1868 } else if (RealPathComponentIter != RealPathComponentEnd) { in trySimplifyPath()
1869 if (Component != *RealPathComponentIter) { in trySimplifyPath()
1874 RealPathComponentIter->equals_insensitive(Component); in trySimplifyPath()
1877 Component = *RealPathComponentIter; in trySimplifyPath()
1879 ++RealPathComponentIter; in trySimplifyPath()