clang
10.0.0svn
|
A closing HTML tag. More...
#include "clang/AST/Comment.h"
Public Member Functions | |
HTMLEndTagComment (SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) | |
child_iterator | child_begin () const |
child_iterator | child_end () const |
![]() | |
StringRef | getTagName () const LLVM_READONLY |
SourceRange | getTagNameSourceRange () const LLVM_READONLY |
bool | isMalformed () const |
void | setIsMalformed () |
![]() | |
void | addTrailingNewline () |
bool | hasTrailingNewline () const |
![]() | |
Comment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | |
CommentKind | getCommentKind () const |
const char * | getCommentKindName () const |
void | dump () const |
void | dumpColor () const |
void | dump (const ASTContext &Context) const |
void | dump (raw_ostream &OS, const CommandTraits *Traits, const SourceManager *SM) 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 bool | classof (const Comment *C) |
![]() | |
static bool | classof (const Comment *C) |
|
inline |
|
inline |
|
inline |
Definition at line 519 of file Comment.h.
References clang::comments::Comment::getCommentKind().