Searched refs:MinCommentLength (Results 1 – 1 of 1) sorted by relevance
27 const size_t MinCommentLength = ParseAllComments ? 2 : 3; in getCommentKind() local28 if ((Comment.size() < MinCommentLength) || Comment[0] != '/') in getCommentKind()