Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp504 bool SepPath = is_separator(Path[I], style); in starts_with() local
506 if (SepPath != SepPrefix) in starts_with()
508 if (!SepPath && toLower(Path[I]) != toLower(Prefix[I])) in starts_with()