Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp175 static const llvm::Regex NamespaceMacroCommentPattern = in validEndComment() local
182 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()