Home
last modified time | relevance | path

Searched refs:MinCommentLength (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp26 const size_t MinCommentLength = ParseAllComments ? 2 : 3; in getCommentKind() local
27 if ((Comment.size() < MinCommentLength) || Comment[0] != '/') in getCommentKind()