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

#include "clang/AST/RawCommentList.h"

Collaboration diagram for clang::RawComment::CommentLine:
Collaboration graph
[legend]

Public Member Functions

 CommentLine (StringRef Text, PresumedLoc Begin, PresumedLoc End)
 

Public Attributes

std::string Text
 
PresumedLoc Begin
 
PresumedLoc End
 

Detailed Description

Definition at line 142 of file RawCommentList.h.

Constructor & Destructor Documentation

◆ CommentLine()

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

Definition at line 147 of file RawCommentList.h.

Member Data Documentation

◆ Begin

PresumedLoc clang::RawComment::CommentLine::Begin

Definition at line 144 of file RawCommentList.h.

◆ End

PresumedLoc clang::RawComment::CommentLine::End

Definition at line 145 of file RawCommentList.h.

◆ Text

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

Definition at line 143 of file RawCommentList.h.


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