class HTMLStartTagComment::Attribute

Declaration

class HTMLStartTagComment::Attribute { /* full declaration omitted */ };

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

Member Variables

public clang::SourceLocation NameLocBegin
public llvm::StringRef Name
public clang::SourceLocation EqualsLoc
public clang::SourceRange ValueRange
public llvm::StringRef Value

Method Overview

  • public Attribute()
  • public Attribute(clang::SourceLocation NameLocBegin, llvm::StringRef Name)
  • public Attribute(clang::SourceLocation NameLocBegin, llvm::StringRef Name, clang::SourceLocation EqualsLoc, clang::SourceRange ValueRange, llvm::StringRef Value)
  • public clang::SourceLocation getNameLocEnd() const
  • public clang::SourceRange getNameRange() const

Methods

Attribute()

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

Attribute(clang::SourceLocation NameLocBegin,
          llvm::StringRef Name)

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

Parameters

clang::SourceLocation NameLocBegin
llvm::StringRef Name

Attribute(clang::SourceLocation NameLocBegin,
          llvm::StringRef Name,
          clang::SourceLocation EqualsLoc,
          clang::SourceRange ValueRange,
          llvm::StringRef Value)

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

Parameters

clang::SourceLocation NameLocBegin
llvm::StringRef Name
clang::SourceLocation EqualsLoc
clang::SourceRange ValueRange
llvm::StringRef Value

clang::SourceLocation getNameLocEnd() const

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

clang::SourceRange getNameRange() const

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