Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp555 unsigned CommasBeforeMatch = 0; local
590 CommasBeforeMatch = 0;
618 ++CommasBeforeMatch;
632 if (FoundMatchOnLine || CommasBeforeMatch != CommasBeforeLastMatch)
635 CommasBeforeLastMatch = CommasBeforeMatch;