Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp836 StringRef RootEndTag; in visitFullComment() local
840 RootEndTag = "</Other>"; in visitFullComment()
844 RootEndTag = "</Function>"; in visitFullComment()
865 RootEndTag = "</Class>"; in visitFullComment()
882 RootEndTag = "</Variable>"; in visitFullComment()
886 RootEndTag = "</Namespace>"; in visitFullComment()
890 RootEndTag = "</Typedef>"; in visitFullComment()
894 RootEndTag = "</Enum>"; in visitFullComment()
946 RootEndTag = "</Other>"; in visitFullComment()
1093 Result << RootEndTag; in visitFullComment()