Home
last modified time | relevance | path

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

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