|
clang
5.0.0
|
#include "clang/Index/CommentToXML.h"
Public Member Functions | |
| CommentToXMLConverter () | |
| ~CommentToXMLConverter () | |
| void | convertCommentToHTML (const comments::FullComment *FC, SmallVectorImpl< char > &HTML, const ASTContext &Context) |
| void | convertHTMLTagNodeToText (const comments::HTMLTagComment *HTC, SmallVectorImpl< char > &Text, const ASTContext &Context) |
| void | convertCommentToXML (const comments::FullComment *FC, SmallVectorImpl< char > &XML, const ASTContext &Context) |
Definition at line 25 of file CommentToXML.h.
| CommentToXMLConverter::CommentToXMLConverter | ( | ) |
Definition at line 1118 of file CommentToXML.cpp.
| CommentToXMLConverter::~CommentToXMLConverter | ( | ) |
Definition at line 1119 of file CommentToXML.cpp.
| void CommentToXMLConverter::convertCommentToHTML | ( | const comments::FullComment * | FC, |
| SmallVectorImpl< char > & | HTML, | ||
| const ASTContext & | Context | ||
| ) |
Definition at line 1121 of file CommentToXML.cpp.
References clang::ASTContext::getCommentCommandTraits().
| void CommentToXMLConverter::convertCommentToXML | ( | const comments::FullComment * | FC, |
| SmallVectorImpl< char > & | XML, | ||
| const ASTContext & | Context | ||
| ) |
Definition at line 1137 of file CommentToXML.cpp.
References clang::ASTContext::getCommentCommandTraits(), and clang::ASTContext::getSourceManager().
| void CommentToXMLConverter::convertHTMLTagNodeToText | ( | const comments::HTMLTagComment * | HTC, |
| SmallVectorImpl< char > & | Text, | ||
| const ASTContext & | Context | ||
| ) |
Definition at line 1129 of file CommentToXML.cpp.
References clang::ASTContext::getCommentCommandTraits().
1.8.6