Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp323 bool ContinuedStringLiteral = i > Start && in AlignTokenSequence() local
326 bool SkipMatchCheck = InsideNestedScope || ContinuedStringLiteral; in AlignTokenSequence()
434 if (ContinuedStringLiteral) in AlignTokenSequence()