Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp131 static const llvm::Regex CommentPattern = llvm::Regex( in validEndComment() local
135 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()