|
clang
3.8.0
|
#include <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 27 of file CommentToXML.h.
| CommentToXMLConverter::CommentToXMLConverter | ( | ) |
Definition at line 1130 of file CommentToXML.cpp.
| CommentToXMLConverter::~CommentToXMLConverter | ( | ) |
Definition at line 1131 of file CommentToXML.cpp.
| void CommentToXMLConverter::convertCommentToHTML | ( | const comments::FullComment * | FC, |
| SmallVectorImpl< char > & | HTML, | ||
| const ASTContext & | Context | ||
| ) |
Definition at line 1133 of file CommentToXML.cpp.
References clang::ASTContext::getCommentCommandTraits().
| void CommentToXMLConverter::convertCommentToXML | ( | const comments::FullComment * | FC, |
| SmallVectorImpl< char > & | XML, | ||
| const ASTContext & | Context | ||
| ) |
Definition at line 1149 of file CommentToXML.cpp.
References clang::ASTContext::getCommentCommandTraits(), clang::ASTContext::getLangOpts(), and clang::ASTContext::getSourceManager().
| void CommentToXMLConverter::convertHTMLTagNodeToText | ( | const comments::HTMLTagComment * | HTC, |
| SmallVectorImpl< char > & | Text, | ||
| const ASTContext & | Context | ||
| ) |
Definition at line 1141 of file CommentToXML.cpp.
References clang::ASTContext::getCommentCommandTraits().
1.8.6