Searched defs:RootEndTag (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp1167 StringRef RootEndTag; local
1171 RootEndTag = "</Other>";
1175 RootEndTag = "</Function>";
1196 RootEndTag = "</Class>";
1213 RootEndTag = "</Variable>";
1217 RootEndTag = "</Namespace>";
1221 RootEndTag = "</Typedef>";
1225 RootEndTag = "</Enum>";
1277 RootEndTag = "</Other>";
1413 Result << RootEndTag; local
[all...]

Completed in 30 milliseconds