Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp817 StringRef RootEndTag; in visitFullComment() local
821 RootEndTag = "</Other>"; in visitFullComment()
825 RootEndTag = "</Function>"; in visitFullComment()
846 RootEndTag = "</Class>"; in visitFullComment()
863 RootEndTag = "</Variable>"; in visitFullComment()
867 RootEndTag = "</Namespace>"; in visitFullComment()
871 RootEndTag = "</Typedef>"; in visitFullComment()
875 RootEndTag = "</Enum>"; in visitFullComment()
927 RootEndTag = "</Other>"; in visitFullComment()
1069 Result << RootEndTag; in visitFullComment()