Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp39 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()
H A DFormatToken.h54 TT_LineComment, enumerator
365 (is(TT_LineComment) || !Next || Next->NewlinesBefore > 0); in isTrailingComment()
H A DWhitespaceManager.cpp84 Tok.is(TT_LineComment) && Newlines > 0 ? tok::comment : tok::unknown, in replaceWhitespaceInToken()
H A DContinuationIndenter.cpp307 (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()
H A DTokenAnnotator.cpp842 Current.Type = TT_LineComment; in determineTokenType()
1391 if (Current->is(TT_LineComment)) { in calculateFormattingInformation()