Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DCommentToXML.cpp827 StringRef RootEndTag; in visitFullComment() local
831 RootEndTag = "</Other>"; in visitFullComment()
835 RootEndTag = "</Function>"; in visitFullComment()
856 RootEndTag = "</Class>"; in visitFullComment()
873 RootEndTag = "</Variable>"; in visitFullComment()
877 RootEndTag = "</Namespace>"; in visitFullComment()
881 RootEndTag = "</Typedef>"; in visitFullComment()
885 RootEndTag = "</Enum>"; in visitFullComment()
937 RootEndTag = "</Other>"; in visitFullComment()
1079 Result << RootEndTag; in visitFullComment()