Home
last modified time | relevance | path

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

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