clang-tools 22.0.0git
Public Member Functions | List of all members
clang::clangd::ParagraphToString Class Reference
Inheritance diagram for clang::clangd::ParagraphToString:
[legend]

Public Member Functions

 ParagraphToString (llvm::raw_string_ostream &Out, const comments::CommandTraits &Traits)
 
void visitParagraphComment (const comments::ParagraphComment *C)
 
void visitTextComment (const comments::TextComment *C)
 
void visitInlineCommandComment (const comments::InlineCommandComment *C)
 
void visitHTMLStartTagComment (const comments::HTMLStartTagComment *STC)
 
void visitHTMLEndTagComment (const comments::HTMLEndTagComment *ETC)
 

Detailed Description

Definition at line 139 of file SymbolDocumentation.cpp.

Constructor & Destructor Documentation

◆ ParagraphToString()

clang::clangd::ParagraphToString::ParagraphToString ( llvm::raw_string_ostream &  Out,
const comments::CommandTraits &  Traits 
)
inline

Definition at line 142 of file SymbolDocumentation.cpp.

References Out.

Member Function Documentation

◆ visitHTMLEndTagComment()

void clang::clangd::ParagraphToString::visitHTMLEndTagComment ( const comments::HTMLEndTagComment *  ETC)
inline

Definition at line 185 of file SymbolDocumentation.cpp.

References Out.

◆ visitHTMLStartTagComment()

void clang::clangd::ParagraphToString::visitHTMLStartTagComment ( const comments::HTMLStartTagComment *  STC)
inline

Definition at line 168 of file SymbolDocumentation.cpp.

References Out.

◆ visitInlineCommandComment()

void clang::clangd::ParagraphToString::visitInlineCommandComment ( const comments::InlineCommandComment *  C)
inline

Definition at line 158 of file SymbolDocumentation.cpp.

References C, and Out.

◆ visitParagraphComment()

void clang::clangd::ParagraphToString::visitParagraphComment ( const comments::ParagraphComment *  C)
inline

Definition at line 146 of file SymbolDocumentation.cpp.

References C.

◆ visitTextComment()

void clang::clangd::ParagraphToString::visitTextComment ( const comments::TextComment *  C)
inline

Definition at line 156 of file SymbolDocumentation.cpp.

References C, and Out.


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