Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp313 bool ContinuedStringLiteral = i > Start && in AlignTokenSequence() local
316 bool SkipMatchCheck = InsideNestedScope || ContinuedStringLiteral; in AlignTokenSequence()
372 if (ContinuedStringLiteral) in AlignTokenSequence()