clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::RawComment::CommentLine Struct Reference

#include "clang/AST/RawCommentList.h"

Public Member Functions

 CommentLine (StringRef Text, PresumedLoc Begin, PresumedLoc End)
 

Public Attributes

std::string Text
 
PresumedLoc Begin
 
PresumedLoc End
 

Detailed Description

Definition at line 153 of file RawCommentList.h.

Constructor & Destructor Documentation

◆ CommentLine()

clang::RawComment::CommentLine::CommentLine ( StringRef  Text,
PresumedLoc  Begin,
PresumedLoc  End 
)
inline

Definition at line 158 of file RawCommentList.h.

Member Data Documentation

◆ Begin

PresumedLoc clang::RawComment::CommentLine::Begin

Definition at line 155 of file RawCommentList.h.

◆ End

PresumedLoc clang::RawComment::CommentLine::End

Definition at line 156 of file RawCommentList.h.

◆ Text

std::string clang::RawComment::CommentLine::Text

Definition at line 154 of file RawCommentList.h.


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