Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp823 StringRef RootEndTag; in visitFullComment() local
827 RootEndTag = "</Other>"; in visitFullComment()
831 RootEndTag = "</Function>"; in visitFullComment()
852 RootEndTag = "</Class>"; in visitFullComment()
869 RootEndTag = "</Variable>"; in visitFullComment()
873 RootEndTag = "</Namespace>"; in visitFullComment()
877 RootEndTag = "</Typedef>"; in visitFullComment()
881 RootEndTag = "</Enum>"; in visitFullComment()
933 RootEndTag = "</Other>"; in visitFullComment()
1075 Result << RootEndTag; in visitFullComment()