class AbiTagAttr

Declaration

class AbiTagAttr : public Attr { /* full declaration omitted */ };

Description

Attr - This represents one attribute.

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:371

Inherits from: Attr

Member Variables

private unsigned int tags_Size
private llvm::StringRef* tags_

Inherited from Attr:

protected Inherited
protected IsPackExpansion
protected Implicit
protected IsLateParsed
protected InheritEvenIfAlreadyPresent

Inherited from AttributeCommonInfo:

protected static SpellingNotCalculated = 15

Method Overview

  • public AbiTagAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo, llvm::StringRef * Tags, unsigned int TagsSize)
  • public AbiTagAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo)
  • public static clang::AbiTagAttr * Create(clang::ASTContext & Ctx, llvm::StringRef * Tags, unsigned int TagsSize, const clang::AttributeCommonInfo & CommonInfo)
  • public static clang::AbiTagAttr * Create(clang::ASTContext & Ctx, llvm::StringRef * Tags, unsigned int TagsSize, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public static clang::AbiTagAttr * CreateImplicit(clang::ASTContext & Ctx, llvm::StringRef * Tags, unsigned int TagsSize, const clang::AttributeCommonInfo & CommonInfo = {clang::SourceRange{}})
  • public static clang::AbiTagAttr * CreateImplicit(clang::ASTContext & Ctx, llvm::StringRef * Tags, unsigned int TagsSize, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public static bool classof(const clang::Attr * A)
  • public clang::AbiTagAttr * clone(clang::ASTContext & C) const
  • public const char * getSpelling() const
  • public void printPretty(llvm::raw_ostream & OS, const clang::PrintingPolicy & Policy) const
  • public llvm::iterator_range<tags_iterator> tags() const
  • public clang::AbiTagAttr::tags_iterator tags_begin() const
  • public clang::AbiTagAttr::tags_iterator tags_end() const
  • public unsigned int tags_size() const

Inherited from Attr:

Inherited from AttributeCommonInfo:

Methods

AbiTagAttr(
    clang::ASTContext& Ctx,
    const clang::AttributeCommonInfo& CommonInfo,
    llvm::StringRef* Tags,
    unsigned int TagsSize)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:390

Parameters

clang::ASTContext& Ctx
const clang::AttributeCommonInfo& CommonInfo
llvm::StringRef* Tags
unsigned int TagsSize

AbiTagAttr(
    clang::ASTContext& Ctx,
    const clang::AttributeCommonInfo& CommonInfo)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:393

Parameters

clang::ASTContext& Ctx
const clang::AttributeCommonInfo& CommonInfo

static clang::AbiTagAttr* Create(
    clang::ASTContext& Ctx,
    llvm::StringRef* Tags,
    unsigned int TagsSize,
    const clang::AttributeCommonInfo& CommonInfo)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:385

Parameters

clang::ASTContext& Ctx
llvm::StringRef* Tags
unsigned int TagsSize
const clang::AttributeCommonInfo& CommonInfo

static clang::AbiTagAttr* Create(
    clang::ASTContext& Ctx,
    llvm::StringRef* Tags,
    unsigned int TagsSize,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:387

Parameters

clang::ASTContext& Ctx
llvm::StringRef* Tags
unsigned int TagsSize
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

static clang::AbiTagAttr* CreateImplicit(
    clang::ASTContext& Ctx,
    llvm::StringRef* Tags,
    unsigned int TagsSize,
    const clang::AttributeCommonInfo& CommonInfo =
        {clang::SourceRange{}})

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:384

Parameters

clang::ASTContext& Ctx
llvm::StringRef* Tags
unsigned int TagsSize
const clang::AttributeCommonInfo& CommonInfo = {clang::SourceRange{}}

static clang::AbiTagAttr* CreateImplicit(
    clang::ASTContext& Ctx,
    llvm::StringRef* Tags,
    unsigned int TagsSize,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:386

Parameters

clang::ASTContext& Ctx
llvm::StringRef* Tags
unsigned int TagsSize
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

static bool classof(const clang::Attr* A)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:409

Parameters

const clang::Attr* A

clang::AbiTagAttr* clone(
    clang::ASTContext& C) const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:396

Parameters

clang::ASTContext& C

const char* getSpelling() const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:399

void printPretty(
    llvm::raw_ostream& OS,
    const clang::PrintingPolicy& Policy) const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:397

Parameters

llvm::raw_ostream& OS
const clang::PrintingPolicy& Policy

llvm::iterator_range<tags_iterator> tags() const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:404

clang::AbiTagAttr::tags_iterator tags_begin()
    const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:401

clang::AbiTagAttr::tags_iterator tags_end() const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:402

unsigned int tags_size() const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:403