Searched refs:NamespaceName (Results 1 – 1 of 1) sorted by relevance
64 std::string computeEndCommentText(StringRef NamespaceName, bool AddNewline, in computeEndCommentText() argument72 else if (!NamespaceName.empty()) in computeEndCommentText()74 text += NamespaceName; in computeEndCommentText()86 bool validEndComment(const FormatToken *RBraceTok, StringRef NamespaceName, in validEndComment() argument116 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() local260 AllNamespaceNames = "::" + NamespaceName + AllNamespaceNames; in analyze()[all …]