Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DWhitespaceManager.cpp208 unsigned CommasBeforeLastMatch = 0; in AlignTokens() local
264 if (FoundMatchOnLine || CommasBeforeMatch != CommasBeforeLastMatch || in AlignTokens()
268 CommasBeforeLastMatch = CommasBeforeMatch; in AlignTokens()
283 CommasBeforeLastMatch != CommasBeforeMatch) { in AlignTokens()