Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp142 std::string computeEndCommentText(StringRef NamespaceName, bool AddNewline, in computeEndCommentText() argument
150 else if (!NamespaceName.empty()) in computeEndCommentText()
152 text += NamespaceName; in computeEndCommentText()
164 bool validEndComment(const FormatToken *RBraceTok, StringRef NamespaceName, in validEndComment() argument
194 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() local
339 if (!NamespaceName.empty()) in analyze()
[all …]