Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp118 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment() local
120 if (!NamespaceName.empty() && !AnonymousInComment.empty()) in validEndComment()