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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp300 bool InsideNestedScope = ScopeStack.size() != 0; local
302 if (Changes[i].NewlinesBefore > 0 && !InsideNestedScope) {
310 if (!FoundMatchOnLine && !InsideNestedScope && Matches(Changes[i])) {
318 if (InsideNestedScope && Changes[i].NewlinesBefore > 0) {

Completed in 156 milliseconds