Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp192 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5].rtrim() : ""; in validEndComment() local
194 if (NamespaceName.empty() && !NamespaceNameInComment.empty()) in validEndComment()
200 if (NamespaceNameInComment == NamespaceName) in validEndComment()
215 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
217 return NamespaceNameInComment == NamespaceName; in validEndComment()