clang API Documentation

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

A line of text contained in a verbatim block. More...

#include <Comment.h>

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

List of all members.

Public Member Functions

 VerbatimBlockLineComment (SourceLocation LocBegin, StringRef Text)
child_iterator child_begin () const
child_iterator child_end () const
StringRef getText () const LLVM_READONLY

Static Public Member Functions

static bool classof (const Comment *C)

Detailed Description

A line of text contained in a verbatim block.

Definition at line 869 of file Comment.h.


Constructor & Destructor Documentation

Definition at line 873 of file Comment.h.


Member Function Documentation

Reimplemented from clang::comments::Comment.

Definition at line 885 of file Comment.h.

Reimplemented from clang::comments::Comment.

Definition at line 887 of file Comment.h.

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

Definition at line 881 of file Comment.h.

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

Definition at line 889 of file Comment.h.


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