Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp26 NamespaceCommentPattern( in NamespaceCommentCheck()
149 if (NamespaceCommentPattern.match(Comment, &Groups)) { in check()
H A DNamespaceCommentCheck.h34 llvm::Regex NamespaceCommentPattern; variable
/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp171 static const llvm::Regex NamespaceCommentPattern = in validEndComment() local
188 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()