Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp443 unsigned CommasBeforeLastMatch = 0; in AlignTokens() local
521 if (FoundMatchOnLine || CommasBeforeMatch != CommasBeforeLastMatch) in AlignTokens()
524 CommasBeforeLastMatch = CommasBeforeMatch; in AlignTokens()
546 CommasBeforeLastMatch != CommasBeforeMatch) { in AlignTokens()