Searched refs:TrailingComment (Results 1 – 4 of 4) sorted by relevance
1 enum TrailingComment {
59 const bool TrailingComment = (Comment.size() > 3) && (Comment[3] == '<'); in getCommentKind() local60 return std::make_pair(K, TrailingComment); in getCommentKind()