Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.h36 llvm::Regex NamespaceCommentPattern; variable
H A DNamespaceCommentCheck.cpp27 NamespaceCommentPattern("^/[/*] *(end (of )?)? *(anonymous|unnamed)? *" in NamespaceCommentCheck()
147 if (NamespaceCommentPattern.match(Comment, &Groups)) { in check()
/llvm-project-15.0.7/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp171 static const llvm::Regex NamespaceCommentPattern = in validEndComment() local
188 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()