Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp423 unsigned CommasBeforeMatch = 0; in AlignTokens() local
454 CommasBeforeMatch = 0; in AlignTokens()
487 ++CommasBeforeMatch; in AlignTokens()
500 if (FoundMatchOnLine || CommasBeforeMatch != CommasBeforeLastMatch) in AlignTokens()
503 CommasBeforeLastMatch = CommasBeforeMatch; in AlignTokens()
525 CommasBeforeLastMatch != CommasBeforeMatch) { in AlignTokens()