Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp176 auto LastPartKind = [&]() { in lexically_normal() local
199 auto LastKind = LastPartKind(); in lexically_normal()
223 bool NeedTrailingSep = MaybeNeedTrailingSep && LastPartKind() == PK_Filename; in lexically_normal()