Searched refs:NamespaceName (Results 1 – 1 of 1) sorted by relevance
142 std::string computeEndCommentText(StringRef NamespaceName, bool AddNewline, in computeEndCommentText() argument150 else if (!NamespaceName.empty()) in computeEndCommentText()152 text += NamespaceName; in computeEndCommentText()164 bool validEndComment(const FormatToken *RBraceTok, StringRef NamespaceName, in validEndComment() argument194 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() local339 if (!NamespaceName.empty()) in analyze()[all …]