Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp55 const bool NoMoreSeparatorsInFilePath = K == StringRef::npos; in matchFilePath() local
57 return NoMoreSeparatorsInFilePath; in matchFilePath()
63 if (NoMoreSeparatorsInFilePath) in matchFilePath()