Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp326 bool SkipMatchCheck = InsideNestedScope || ContinuedStringLiteral; in AlignTokenSequence() local
328 if (Changes[i].NewlinesBefore > 0 && !SkipMatchCheck) { in AlignTokenSequence()
336 if (!FoundMatchOnLine && !SkipMatchCheck && Matches(Changes[i])) { in AlignTokenSequence()