Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp268 bool InsideNestedScope = ScopeStack.size() != 0; in AlignTokenSequence() local
270 if (Changes[i].NewlinesBefore > 0 && !InsideNestedScope) { in AlignTokenSequence()
278 if (!FoundMatchOnLine && !InsideNestedScope && Matches(Changes[i])) { in AlignTokenSequence()
286 if (InsideNestedScope && Changes[i].NewlinesBefore > 0) { in AlignTokenSequence()