|
clang 22.0.0git
|
Plain text. More...
#include "clang/AST/Comment.h"
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 |
| Public Member Functions inherited from clang::comments::InlineContentComment | |
| void | addTrailingNewline () |
| bool | hasTrailingNewline () const |
| Public Member Functions inherited from clang::comments::Comment | |
| Comment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | |
| CommentKind | getCommentKind () const |
| const char * | getCommentKindName () const |
| void | dump () const |
| void | dumpColor () const |
| void | dump (raw_ostream &OS, const ASTContext &Context) const |
| SourceRange | getSourceRange () const LLVM_READONLY |
| SourceLocation | getBeginLoc () const LLVM_READONLY |
| SourceLocation | getEndLoc () const LLVM_READONLY |
| SourceLocation | getLocation () const LLVM_READONLY |
| child_iterator | child_begin () const |
| child_iterator | child_end () const |
| unsigned | child_count () const |
Static Public Member Functions | |
| static bool | classof (const Comment *C) |
| Static Public Member Functions inherited from clang::comments::InlineContentComment | |
| static bool | classof (const Comment *C) |
|
inline |
Definition at line 301 of file Comment.h.
References clang::comments::InlineContentComment::InlineContentComment(), TextComment(), and clang::comments::Comment::TextCommentBits.
Referenced by TextComment().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 317 of file Comment.h.
References clang::comments::Comment::TextCommentBits.