Home
last modified time | relevance | path

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

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