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