Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRawCommentList.cpp27 const size_t MinCommentLength = ParseAllComments ? 2 : 3; in getCommentKind() local
28 if ((Comment.size() < MinCommentLength) || Comment[0] != '/') in getCommentKind()
/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp27 const size_t MinCommentLength = ParseAllComments ? 2 : 3; in getCommentKind() local
28 if ((Comment.size() < MinCommentLength) || Comment[0] != '/') in getCommentKind()