Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DCommentToXML.cpp828 StringRef RootEndTag; in visitFullComment() local
832 RootEndTag = "</Other>"; in visitFullComment()
836 RootEndTag = "</Function>"; in visitFullComment()
857 RootEndTag = "</Class>"; in visitFullComment()
874 RootEndTag = "</Variable>"; in visitFullComment()
878 RootEndTag = "</Namespace>"; in visitFullComment()
882 RootEndTag = "</Typedef>"; in visitFullComment()
886 RootEndTag = "</Enum>"; in visitFullComment()
938 RootEndTag = "</Other>"; in visitFullComment()
1080 Result << RootEndTag; in visitFullComment()