clang API Documentation

Public Member Functions | Static Public Member Functions
clang::comments::TextComment Class Reference

Plain text. More...

#include <Comment.h>

Inheritance diagram for clang::comments::TextComment:
Inheritance graph
[legend]
Collaboration diagram for clang::comments::TextComment:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TextComment (SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text)
child_iterator child_begin () const
child_iterator child_end () const
StringRef getText () const LLVM_READONLY
bool isWhitespace () const

Static Public Member Functions

static bool classof (const Comment *C)

Detailed Description

Plain text.

Definition at line 267 of file Comment.h.


Constructor & Destructor Documentation

clang::comments::TextComment::TextComment ( SourceLocation  LocBegin,
SourceLocation  LocEnd,
StringRef  Text 
) [inline]

Definition at line 271 of file Comment.h.

References clang::comments::Comment::TextCommentBits.


Member Function Documentation

Reimplemented from clang::comments::Comment.

Definition at line 283 of file Comment.h.

Reimplemented from clang::comments::Comment.

Definition at line 285 of file Comment.h.

static bool clang::comments::TextComment::classof ( const Comment C) [inline, static]

Reimplemented from clang::comments::InlineContentComment.

Definition at line 279 of file Comment.h.

References clang::comments::Comment::getCommentKind().

StringRef clang::comments::TextComment::getText ( ) const [inline]

Definition at line 287 of file Comment.h.

Definition at line 289 of file Comment.h.

References clang::comments::Comment::TextCommentBits.


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