Home
last modified time | relevance | path

Searched defs: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()
86 bool validEndComment(const FormatToken *RBraceTok, StringRef NamespaceName, in validEndComment()
245 std::string NamespaceName = computeName(NamespaceTok); in analyze() local