Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp64 std::string computeEndCommentText(StringRef NamespaceName, bool AddNewline, in computeEndCommentText() argument
72 else if (!NamespaceName.empty()) in computeEndCommentText()
74 text += NamespaceName; in computeEndCommentText()
86 bool validEndComment(const FormatToken *RBraceTok, StringRef NamespaceName, in validEndComment() argument
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()
[all …]