Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DCommentToXML.cpp826 StringRef RootEndTag; in visitFullComment() local
830 RootEndTag = "</Other>"; in visitFullComment()
834 RootEndTag = "</Function>"; in visitFullComment()
855 RootEndTag = "</Class>"; in visitFullComment()
872 RootEndTag = "</Variable>"; in visitFullComment()
876 RootEndTag = "</Namespace>"; in visitFullComment()
880 RootEndTag = "</Typedef>"; in visitFullComment()
884 RootEndTag = "</Enum>"; in visitFullComment()
936 RootEndTag = "</Other>"; in visitFullComment()
1078 Result << RootEndTag; in visitFullComment()