Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
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