HomeSort by relevance Sort by last modified time
    Searched refs:TT_LineComment (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Format/
FormatToken.h 50 TT_LineComment,
ContinuationIndenter.cpp 296 (Current.Type != TT_LineComment || Previous.BlockKind == BK_BracedInit))
    [all...]
WhitespaceManager.cpp 84 Tok.Type == TT_LineComment && Newlines > 0 ? tok::comment : tok::unknown,
Format.cpp 577 if (TheLine->Last->Type == TT_LineComment)
680 I[1]->First->Type == TT_LineComment)
742 if (I[1]->Last->Type == TT_LineComment)
    [all...]
TokenAnnotator.cpp 769 Current.Type = TT_LineComment;
    [all...]

Completed in 147 milliseconds