Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp66 static llvm::Regex *const NamespaceCommentPattern = in validEndComment() local
71 if (NamespaceCommentPattern->match(Comment->TokenText, &Groups)) { in validEndComment()