Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp563 unsigned CommasBeforeMatch = 0; local
598 CommasBeforeMatch = 0;
626 ++CommasBeforeMatch;
640 if (FoundMatchOnLine || CommasBeforeMatch != CommasBeforeLastMatch)
643 CommasBeforeLastMatch = CommasBeforeMatch;