Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp536 unsigned CommasBeforeMatch = 0; local
581 CommasBeforeMatch = 0;
609 ++CommasBeforeMatch;
623 if (FoundMatchOnLine || CommasBeforeMatch != CommasBeforeLastMatch)
626 CommasBeforeLastMatch = CommasBeforeMatch;