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