Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp55 int StarCount = 1; in matchFilePath() local
56 for (; ++I < EOP && Pattern[I] == '*'; ++StarCount) { in matchFilePath()
59 if (StarCount != 2) in matchFilePath()