Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp93 if (Tokens.back()->NewlinesBefore > 0 || Tokens.back()->IsMultiline) in lex()
725 CSharpStringLiteral->IsMultiline = true; in handleCSharpVerbatimAndInterpolatedStrings()
791 BacktickToken->IsMultiline = true; in handleTemplateStrings()
831 if (!String->is(tok::string_literal) || String->IsMultiline) in tryMerge_TMacro()
1186 FormatTok->IsMultiline = true; in getNextToken()
H A DContinuationIndenter.cpp597 if (Previous.is(TT_BlockComment) && Previous.IsMultiline) in mustBreak()
1983 bool IsMultiline = in reformatRawStringLiteral() local
1985 if (IsMultiline) { in reformatRawStringLiteral()
2019 } else if (Current.IsMultiline && Current.isNot(TT_BlockComment)) { in handleEndOfLine()
2584 if (Current.IsMultiline) in nextIsMultilineString()
H A DFormatToken.h248 : HasUnescapedNewline(false), IsMultiline(false), IsFirst(false), in FormatToken()
281 unsigned IsMultiline : 1; member
H A DTokenAnnotator.cpp2953 Line.First->IsMultiline ? Style.ColumnLimit in calculateFormattingInformation()
3037 Current->IsMultiline) { in calculateFormattingInformation()
4586 return Right.IsMultiline && Right.NewlinesBefore > 0; in mustBreakBefore()
H A DUnwrappedLineParser.cpp482 (Previous->IsMultiline || Previous->NewlinesBefore > 0); in precededByCommentOrPPDirective()