Home | History | Annotate | Download | only in Format

Lines Matching refs:TT_BlockComment

866           Current.TokenText.startswith("/*") ? TT_BlockComment : TT_LineComment;
1701 return Right.Tok.isLiteral() || Right.is(TT_BlockComment) ||
1732 if (Left.is(TT_BlockComment))