Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp335 bool InsideNestedScope = ScopeStack.size() != 0; in AlignTokenSequence() local
339 bool SkipMatchCheck = InsideNestedScope || ContinuedStringLiteral; in AlignTokenSequence()
368 if (InsideNestedScope && CurrentChange.NewlinesBefore > 0) { in AlignTokenSequence()