Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp348 unsigned CommasBeforeLastMatch = 0; in AlignTokens() local
401 if (FoundMatchOnLine || CommasBeforeMatch != CommasBeforeLastMatch) in AlignTokens()
404 CommasBeforeLastMatch = CommasBeforeMatch; in AlignTokens()
418 CommasBeforeLastMatch != CommasBeforeMatch) { in AlignTokens()