Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp72 else if (!NamespaceName.empty()) in computeEndCommentText()
74 text += NamespaceName; in computeEndCommentText()
116 if (NamespaceName.empty() && !NamespaceNameInComment.empty()) in validEndComment()
120 if (!NamespaceName.empty() && !AnonymousInComment.empty()) in validEndComment()
122 if (NamespaceNameInComment == NamespaceName) in validEndComment()
140 return (NamespaceNameInComment == NamespaceName); in validEndComment()
245 std::string NamespaceName = computeName(NamespaceTok); in analyze() local
260 AllNamespaceNames = "::" + NamespaceName + AllNamespaceNames; in analyze()
263 NamespaceName += AllNamespaceNames; in analyze()
279 computeEndCommentText(NamespaceName, AddNewline, NamespaceTok, in analyze()
[all …]