Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp529 unsigned CommasBeforeMatch = 0; local
563 CommasBeforeMatch = 0;
591 ++CommasBeforeMatch;
604 if (FoundMatchOnLine || CommasBeforeMatch != CommasBeforeLastMatch)
607 CommasBeforeLastMatch = CommasBeforeMatch;