Searched refs:TT_LineComment (Results 1 – 5 of 5) sorted by relevance
39 if (TheLine->Last->is(TT_LineComment)) in tryFitMultipleLinesInOne()76 if (I[1]->Last->is(TT_LineComment)) in tryFitMultipleLinesInOne()151 tok::kw_while, TT_LineComment)) in tryMergeSimpleControlStatement()242 if (I[1]->Last->is(TT_LineComment)) in tryMergeSimpleBlock()
54 TT_LineComment, enumerator365 (is(TT_LineComment) || !Next || Next->NewlinesBefore > 0); in isTrailingComment()
84 Tok.is(TT_LineComment) && Newlines > 0 ? tok::comment : tok::unknown, in replaceWhitespaceInToken()
307 (Current.isNot(TT_LineComment) || Previous.BlockKind == BK_BracedInit)) in addTokenOnCurrentLine()977 } else if (Current.is(TT_LineComment) && in breakProtrudingToken()1053 if (Current.isNot(TT_LineComment)) { in breakProtrudingToken()
842 Current.Type = TT_LineComment; in determineTokenType()1391 if (Current->is(TT_LineComment)) { in calculateFormattingInformation()