clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
clang::comments::HTMLTagComment Class Reference

#include <Comment.h>

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

List of all members.

Public Member Functions

StringRef getTagName () const LLVM_READONLY
SourceRange getTagNameSourceRange () const LLVM_READONLY
bool isMalformed () const
void setIsMalformed ()

Static Public Member Functions

static bool classof (const Comment *C)

Protected Member Functions

 HTMLTagComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd)

Protected Attributes

StringRef TagName
SourceRange TagNameRange

Detailed Description

Abstract class for opening and closing HTML tags. HTML tags are always treated as inline content (regardless HTML semantics).

Definition at line 377 of file Comment.h.


Constructor & Destructor Documentation

clang::comments::HTMLTagComment::HTMLTagComment ( CommentKind  K,
SourceLocation  LocBegin,
SourceLocation  LocEnd,
StringRef  TagName,
SourceLocation  TagNameBegin,
SourceLocation  TagNameEnd 
) [inline, protected]

Member Function Documentation

static bool clang::comments::HTMLTagComment::classof ( const Comment C) [inline, static]
StringRef clang::comments::HTMLTagComment::getTagName ( ) const [inline]

Member Data Documentation

Definition at line 379 of file Comment.h.

Referenced by getTagName(), and getTagNameSourceRange().

Definition at line 380 of file Comment.h.


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