clang 22.0.0git
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.

References Begin, End, and Text.

Member Data Documentation

◆ Begin

PresumedLoc clang::RawComment::CommentLine::Begin

Definition at line 155 of file RawCommentList.h.

Referenced by CommentLine().

◆ End

PresumedLoc clang::RawComment::CommentLine::End

Definition at line 156 of file RawCommentList.h.

Referenced by CommentLine().

◆ Text

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

Definition at line 154 of file RawCommentList.h.

Referenced by CommentLine().


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