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.cpp835 StringRef RootEndTag; in visitFullComment() local
839 RootEndTag = "</Other>"; in visitFullComment()
843 RootEndTag = "</Function>"; in visitFullComment()
864 RootEndTag = "</Class>"; in visitFullComment()
881 RootEndTag = "</Variable>"; in visitFullComment()
885 RootEndTag = "</Namespace>"; in visitFullComment()
889 RootEndTag = "</Typedef>"; in visitFullComment()
893 RootEndTag = "</Enum>"; in visitFullComment()
945 RootEndTag = "</Other>"; in visitFullComment()
1092 Result << RootEndTag; in visitFullComment()