Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h50 TT_LineComment, enumerator
DContinuationIndenter.cpp296 (Current.Type != TT_LineComment || Previous.BlockKind == BK_BracedInit)) in addTokenOnCurrentLine()
999 } else if (Current.Type == TT_LineComment && in breakProtrudingToken()
1075 if (Current.Type != TT_LineComment) { in breakProtrudingToken()
DWhitespaceManager.cpp84 Tok.Type == TT_LineComment && Newlines > 0 ? tok::comment : tok::unknown, in replaceWhitespaceInToken()
DFormat.cpp577 if (TheLine->Last->Type == TT_LineComment) in tryFitMultipleLinesInOne()
680 I[1]->First->Type == TT_LineComment) in tryMergeSimpleControlStatement()
742 if (I[1]->Last->Type == TT_LineComment) in tryMergeSimpleBlock()
DTokenAnnotator.cpp769 Current.Type = TT_LineComment; in determineTokenType()
1255 if (Current->Type == TT_LineComment) { in calculateFormattingInformation()