Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp114 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment() local
116 if (NamespaceName.empty() && !NamespaceNameInComment.empty()) in validEndComment()
122 if (NamespaceNameInComment == NamespaceName) in validEndComment()
138 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
140 return (NamespaceNameInComment == NamespaceName); in validEndComment()