Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp322 bool InsideNestedScope = ScopeStack.size() != 0; in AlignTokenSequence() local
326 bool SkipMatchCheck = InsideNestedScope || ContinuedStringLiteral; in AlignTokenSequence()
352 if (InsideNestedScope && Changes[i].NewlinesBefore > 0) { in AlignTokenSequence()