Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp330 bool ContinuedStringLiteral = i > Start && in AlignTokenSequence() local
333 bool SkipMatchCheck = InsideNestedScope || ContinuedStringLiteral; in AlignTokenSequence()
449 if (ContinuedStringLiteral) in AlignTokenSequence()