clang  19.0.0git
Public Member Functions | List of all members
clang::index::CommentToXMLConverter Class Reference

#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)
 

Detailed Description

Definition at line 23 of file CommentToXML.h.

Constructor & Destructor Documentation

◆ CommentToXMLConverter()

CommentToXMLConverter::CommentToXMLConverter ( )

Definition at line 1132 of file CommentToXML.cpp.

◆ ~CommentToXMLConverter()

CommentToXMLConverter::~CommentToXMLConverter ( )

Definition at line 1133 of file CommentToXML.cpp.

Member Function Documentation

◆ convertCommentToHTML()

void CommentToXMLConverter::convertCommentToHTML ( const comments::FullComment FC,
SmallVectorImpl< char > &  HTML,
const ASTContext Context 
)

Definition at line 1135 of file CommentToXML.cpp.

◆ convertCommentToXML()

void CommentToXMLConverter::convertCommentToXML ( const comments::FullComment FC,
SmallVectorImpl< char > &  XML,
const ASTContext Context 
)

Definition at line 1151 of file CommentToXML.cpp.

◆ convertHTMLTagNodeToText()

void CommentToXMLConverter::convertHTMLTagNodeToText ( const comments::HTMLTagComment HTC,
SmallVectorImpl< char > &  Text,
const ASTContext Context 
)

Definition at line 1143 of file CommentToXML.cpp.


The documentation for this class was generated from the following files: