Searched refs:NamespaceName (Results 1 – 3 of 3) 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 …]
226 auto NamespaceName = safeGetName(NsDecl); in isMethodOnWTFContainerType() local228 return NamespaceName == "WTF" && in isMethodOnWTFContainerType()
321 auto NamespaceName = safeGetName(NsDecl); in isRefCountedClass() local324 return NamespaceName == "WTF" && in isRefCountedClass()