Home
last modified time | relevance | path

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

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