class HTMLEndTagComment

Declaration

class HTMLEndTagComment : public HTMLTagComment { /* full declaration omitted */ };

Description

A closing HTML tag.

Declared at: clang/include/clang/AST/Comment.h:499

Inherits from: HTMLTagComment

Member Variables

Inherited from HTMLTagComment:

protected TagName
protected TagNameRange

Inherited from Comment:

protected Loc
protected Range
protected

Method Overview

  • public HTMLEndTagComment(clang::SourceLocation LocBegin, clang::SourceLocation LocEnd, llvm::StringRef TagName)
  • public clang::comments::Comment::child_iterator child_begin() const
  • public clang::comments::Comment::child_iterator child_end() const
  • public static bool classof(const clang::comments::Comment * C)

Inherited from HTMLTagComment:

Inherited from InlineContentComment:

Inherited from Comment:

Methods

HTMLEndTagComment(clang::SourceLocation LocBegin,
                  clang::SourceLocation LocEnd,
                  llvm::StringRef TagName)

Declared at: clang/include/clang/AST/Comment.h:501

Parameters

clang::SourceLocation LocBegin
clang::SourceLocation LocEnd
llvm::StringRef TagName

clang::comments::Comment::child_iterator
child_begin() const

Declared at: clang/include/clang/AST/Comment.h:515

clang::comments::Comment::child_iterator
child_end() const

Declared at: clang/include/clang/AST/Comment.h:517

static bool classof(
    const clang::comments::Comment* C)

Declared at: clang/include/clang/AST/Comment.h:511

Parameters

const clang::comments::Comment* C