Searched refs:NamespaceNameInComment (Results 1 – 2 of 2) sorted by relevance
150 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in check() local153 if ((ND->isAnonymousNamespace() && NamespaceNameInComment.empty()) || in check()154 (*NamespaceNameAsWritten == NamespaceNameInComment && in check()169 NamespaceNameInComment + "'") in check()
192 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5].rtrim() : ""; in validEndComment() local194 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()