Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp150 else if (!NamespaceName.empty()) in computeEndCommentText()
152 text += NamespaceName; in computeEndCommentText()
194 if (NamespaceName.empty() && !NamespaceNameInComment.empty()) in validEndComment()
198 if (!NamespaceName.empty() && !AnonymousInComment.empty()) in validEndComment()
200 if (NamespaceNameInComment == NamespaceName) in validEndComment()
217 return NamespaceNameInComment == NamespaceName; in validEndComment()
324 std::string NamespaceName = computeName(NamespaceTok); in analyze() local
339 if (!NamespaceName.empty()) in analyze()
343 NamespaceName += AllNamespaceNames; in analyze()
359 computeEndCommentText(NamespaceName, AddNewline, NamespaceTok, in analyze()
[all …]