Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp308 bool InsideNestedScope = ScopeStack.size() != 0; in AlignTokenSequence() local
312 bool SkipMatchCheck = InsideNestedScope || ContinuedStringLiteral; in AlignTokenSequence()
330 if (InsideNestedScope && Changes[i].NewlinesBefore > 0) { in AlignTokenSequence()