Searched defs:TT_LineComment (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DFormatToken.h56 TT_LineComment, enumerator in enum:clang::format::TokenType
352 (is(TT_LineComment) || !Next || Next->NewlinesBefore > 0);

Completed in 68 milliseconds