class AlignValueAttr

Declaration

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

Description

Attr - This represents one attribute.

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

Inherits from: Attr

Member Variables

private clang::Expr* alignment

Inherited from Attr:

protected Inherited
protected IsPackExpansion
protected Implicit
protected IsLateParsed
protected InheritEvenIfAlreadyPresent

Inherited from AttributeCommonInfo:

protected static SpellingNotCalculated = 15

Method Overview

  • public AlignValueAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo, clang::Expr * Alignment)
  • public static clang::AlignValueAttr * Create(clang::ASTContext & Ctx, clang::Expr * Alignment, const clang::AttributeCommonInfo & CommonInfo)
  • public static clang::AlignValueAttr * Create(clang::ASTContext & Ctx, clang::Expr * Alignment, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public static clang::AlignValueAttr * CreateImplicit(clang::ASTContext & Ctx, clang::Expr * Alignment, const clang::AttributeCommonInfo & CommonInfo = {clang::SourceRange{}})
  • public static clang::AlignValueAttr * CreateImplicit(clang::ASTContext & Ctx, clang::Expr * Alignment, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public static bool classof(const clang::Attr * A)
  • public clang::AlignValueAttr * clone(clang::ASTContext & C) const
  • public clang::Expr * getAlignment() const
  • public const char * getSpelling() const
  • public void printPretty(llvm::raw_ostream & OS, const clang::PrintingPolicy & Policy) const

Inherited from Attr:

Inherited from AttributeCommonInfo:

Methods

AlignValueAttr(
    clang::ASTContext& Ctx,
    const clang::AttributeCommonInfo& CommonInfo,
    clang::Expr* Alignment)

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

Parameters

clang::ASTContext& Ctx
const clang::AttributeCommonInfo& CommonInfo
clang::Expr* Alignment

static clang::AlignValueAttr* Create(
    clang::ASTContext& Ctx,
    clang::Expr* Alignment,
    const clang::AttributeCommonInfo& CommonInfo)

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

Parameters

clang::ASTContext& Ctx
clang::Expr* Alignment
const clang::AttributeCommonInfo& CommonInfo

static clang::AlignValueAttr* Create(
    clang::ASTContext& Ctx,
    clang::Expr* Alignment,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

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

Parameters

clang::ASTContext& Ctx
clang::Expr* Alignment
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

static clang::AlignValueAttr* CreateImplicit(
    clang::ASTContext& Ctx,
    clang::Expr* Alignment,
    const clang::AttributeCommonInfo& CommonInfo =
        {clang::SourceRange{}})

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

Parameters

clang::ASTContext& Ctx
clang::Expr* Alignment
const clang::AttributeCommonInfo& CommonInfo = {clang::SourceRange{}}

static clang::AlignValueAttr* CreateImplicit(
    clang::ASTContext& Ctx,
    clang::Expr* Alignment,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

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

Parameters

clang::ASTContext& Ctx
clang::Expr* Alignment
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

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

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

Parameters

const clang::Attr* A

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

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

Parameters

clang::ASTContext& C

clang::Expr* getAlignment() const

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

const char* getSpelling() const

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

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

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

Parameters

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