Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp851 auto IsInTemplateString = [this](const FormatToken &Tok) { in addTokenOnCurrentLine() local
888 if (IsOpeningBracket(Tok) || IsInTemplateString(Tok)) in addTokenOnCurrentLine()
926 !IsInTemplateString(Current)) { in addTokenOnCurrentLine()