class OMPDeclareSimdDeclAttr

Declaration

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

Description

Attr - This represents one attribute.

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

Inherits from: Attr

Member Variables

private clang::OMPDeclareSimdDeclAttr::BranchStateTy branchState
private clang::Expr* simdlen
private unsigned int uniforms_Size
private clang::Expr** uniforms_
private unsigned int aligneds_Size
private clang::Expr** aligneds_
private unsigned int alignments_Size
private clang::Expr** alignments_
private unsigned int linears_Size
private clang::Expr** linears_
private unsigned int modifiers_Size
private unsigned int* modifiers_
private unsigned int steps_Size
private clang::Expr** steps_

Inherited from Attr:

protected Inherited
protected IsPackExpansion
protected Implicit
protected IsLateParsed
protected InheritEvenIfAlreadyPresent

Inherited from AttributeCommonInfo:

protected static SpellingNotCalculated = 15

Method Overview

  • public static const char * ConvertBranchStateTyToStr(clang::OMPDeclareSimdDeclAttr::BranchStateTy Val)
  • public static bool ConvertStrToBranchStateTy(llvm::StringRef Val, clang::OMPDeclareSimdDeclAttr::BranchStateTy & Out)
  • public static clang::OMPDeclareSimdDeclAttr * Create(clang::ASTContext & Ctx, clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState, clang::Expr * Simdlen, clang::Expr ** Uniforms, unsigned int UniformsSize, clang::Expr ** Aligneds, unsigned int AlignedsSize, clang::Expr ** Alignments, unsigned int AlignmentsSize, clang::Expr ** Linears, unsigned int LinearsSize, unsigned int * Modifiers, unsigned int ModifiersSize, clang::Expr ** Steps, unsigned int StepsSize, const clang::AttributeCommonInfo & CommonInfo)
  • public static clang::OMPDeclareSimdDeclAttr * Create(clang::ASTContext & Ctx, clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState, clang::Expr * Simdlen, clang::Expr ** Uniforms, unsigned int UniformsSize, clang::Expr ** Aligneds, unsigned int AlignedsSize, clang::Expr ** Alignments, unsigned int AlignmentsSize, clang::Expr ** Linears, unsigned int LinearsSize, unsigned int * Modifiers, unsigned int ModifiersSize, clang::Expr ** Steps, unsigned int StepsSize, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public static clang::OMPDeclareSimdDeclAttr * CreateImplicit(clang::ASTContext & Ctx, clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState, clang::Expr * Simdlen, clang::Expr ** Uniforms, unsigned int UniformsSize, clang::Expr ** Aligneds, unsigned int AlignedsSize, clang::Expr ** Alignments, unsigned int AlignmentsSize, clang::Expr ** Linears, unsigned int LinearsSize, unsigned int * Modifiers, unsigned int ModifiersSize, clang::Expr ** Steps, unsigned int StepsSize, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public static clang::OMPDeclareSimdDeclAttr * CreateImplicit(clang::ASTContext & Ctx, clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState, clang::Expr * Simdlen, clang::Expr ** Uniforms, unsigned int UniformsSize, clang::Expr ** Aligneds, unsigned int AlignedsSize, clang::Expr ** Alignments, unsigned int AlignmentsSize, clang::Expr ** Linears, unsigned int LinearsSize, unsigned int * Modifiers, unsigned int ModifiersSize, clang::Expr ** Steps, unsigned int StepsSize, const clang::AttributeCommonInfo & CommonInfo = {clang::SourceRange{}})
  • public OMPDeclareSimdDeclAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo, clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState, clang::Expr * Simdlen, clang::Expr ** Uniforms, unsigned int UniformsSize, clang::Expr ** Aligneds, unsigned int AlignedsSize, clang::Expr ** Alignments, unsigned int AlignmentsSize, clang::Expr ** Linears, unsigned int LinearsSize, unsigned int * Modifiers, unsigned int ModifiersSize, clang::Expr ** Steps, unsigned int StepsSize)
  • public OMPDeclareSimdDeclAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo, clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState, clang::Expr * Simdlen)
  • public llvm::iterator_range<aligneds_iterator> aligneds() const
  • public clang::OMPDeclareSimdDeclAttr::aligneds_iterator aligneds_begin() const
  • public clang::OMPDeclareSimdDeclAttr::aligneds_iterator aligneds_end() const
  • public unsigned int aligneds_size() const
  • public llvm::iterator_range<alignments_iterator> alignments() const
  • public clang::OMPDeclareSimdDeclAttr::alignments_iterator alignments_begin() const
  • public clang::OMPDeclareSimdDeclAttr::alignments_iterator alignments_end() const
  • public unsigned int alignments_size() const
  • public static bool classof(const clang::Attr * A)
  • public clang::OMPDeclareSimdDeclAttr * clone(clang::ASTContext & C) const
  • public clang::OMPDeclareSimdDeclAttr::BranchStateTy getBranchState() const
  • public clang::Expr * getSimdlen() const
  • public const char * getSpelling() const
  • public llvm::iterator_range<linears_iterator> linears() const
  • public clang::OMPDeclareSimdDeclAttr::linears_iterator linears_begin() const
  • public clang::OMPDeclareSimdDeclAttr::linears_iterator linears_end() const
  • public unsigned int linears_size() const
  • public llvm::iterator_range<modifiers_iterator> modifiers() const
  • public clang::OMPDeclareSimdDeclAttr::modifiers_iterator modifiers_begin() const
  • public clang::OMPDeclareSimdDeclAttr::modifiers_iterator modifiers_end() const
  • public unsigned int modifiers_size() const
  • public void printPretty(llvm::raw_ostream & OS, const clang::PrintingPolicy & Policy) const
  • public void printPrettyPragma(llvm::raw_ostream & OS, const clang::PrintingPolicy & Policy) const
  • public llvm::iterator_range<steps_iterator> steps() const
  • public clang::OMPDeclareSimdDeclAttr::steps_iterator steps_begin() const
  • public clang::OMPDeclareSimdDeclAttr::steps_iterator steps_end() const
  • public unsigned int steps_size() const
  • public llvm::iterator_range<uniforms_iterator> uniforms() const
  • public clang::OMPDeclareSimdDeclAttr::uniforms_iterator uniforms_begin() const
  • public clang::OMPDeclareSimdDeclAttr::uniforms_iterator uniforms_end() const
  • public unsigned int uniforms_size() const

Inherited from Attr:

Inherited from AttributeCommonInfo:

Methods

static const char* ConvertBranchStateTyToStr(
    clang::OMPDeclareSimdDeclAttr::BranchStateTy
        Val)

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

Parameters

clang::OMPDeclareSimdDeclAttr::BranchStateTy Val

static bool ConvertStrToBranchStateTy(
    llvm::StringRef Val,
    clang::OMPDeclareSimdDeclAttr::BranchStateTy&
        Out)

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

Parameters

llvm::StringRef Val
clang::OMPDeclareSimdDeclAttr::BranchStateTy& Out

static clang::OMPDeclareSimdDeclAttr* Create(
    clang::ASTContext& Ctx,
    clang::OMPDeclareSimdDeclAttr::BranchStateTy
        BranchState,
    clang::Expr* Simdlen,
    clang::Expr** Uniforms,
    unsigned int UniformsSize,
    clang::Expr** Aligneds,
    unsigned int AlignedsSize,
    clang::Expr** Alignments,
    unsigned int AlignmentsSize,
    clang::Expr** Linears,
    unsigned int LinearsSize,
    unsigned int* Modifiers,
    unsigned int ModifiersSize,
    clang::Expr** Steps,
    unsigned int StepsSize,
    const clang::AttributeCommonInfo& CommonInfo)

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

Parameters

clang::ASTContext& Ctx
clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState
clang::Expr* Simdlen
clang::Expr** Uniforms
unsigned int UniformsSize
clang::Expr** Aligneds
unsigned int AlignedsSize
clang::Expr** Alignments
unsigned int AlignmentsSize
clang::Expr** Linears
unsigned int LinearsSize
unsigned int* Modifiers
unsigned int ModifiersSize
clang::Expr** Steps
unsigned int StepsSize
const clang::AttributeCommonInfo& CommonInfo

static clang::OMPDeclareSimdDeclAttr* Create(
    clang::ASTContext& Ctx,
    clang::OMPDeclareSimdDeclAttr::BranchStateTy
        BranchState,
    clang::Expr* Simdlen,
    clang::Expr** Uniforms,
    unsigned int UniformsSize,
    clang::Expr** Aligneds,
    unsigned int AlignedsSize,
    clang::Expr** Alignments,
    unsigned int AlignmentsSize,
    clang::Expr** Linears,
    unsigned int LinearsSize,
    unsigned int* Modifiers,
    unsigned int ModifiersSize,
    clang::Expr** Steps,
    unsigned int StepsSize,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

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

Parameters

clang::ASTContext& Ctx
clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState
clang::Expr* Simdlen
clang::Expr** Uniforms
unsigned int UniformsSize
clang::Expr** Aligneds
unsigned int AlignedsSize
clang::Expr** Alignments
unsigned int AlignmentsSize
clang::Expr** Linears
unsigned int LinearsSize
unsigned int* Modifiers
unsigned int ModifiersSize
clang::Expr** Steps
unsigned int StepsSize
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

static clang::OMPDeclareSimdDeclAttr*
CreateImplicit(
    clang::ASTContext& Ctx,
    clang::OMPDeclareSimdDeclAttr::BranchStateTy
        BranchState,
    clang::Expr* Simdlen,
    clang::Expr** Uniforms,
    unsigned int UniformsSize,
    clang::Expr** Aligneds,
    unsigned int AlignedsSize,
    clang::Expr** Alignments,
    unsigned int AlignmentsSize,
    clang::Expr** Linears,
    unsigned int LinearsSize,
    unsigned int* Modifiers,
    unsigned int ModifiersSize,
    clang::Expr** Steps,
    unsigned int StepsSize,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

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

Parameters

clang::ASTContext& Ctx
clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState
clang::Expr* Simdlen
clang::Expr** Uniforms
unsigned int UniformsSize
clang::Expr** Aligneds
unsigned int AlignedsSize
clang::Expr** Alignments
unsigned int AlignmentsSize
clang::Expr** Linears
unsigned int LinearsSize
unsigned int* Modifiers
unsigned int ModifiersSize
clang::Expr** Steps
unsigned int StepsSize
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

static clang::OMPDeclareSimdDeclAttr*
CreateImplicit(
    clang::ASTContext& Ctx,
    clang::OMPDeclareSimdDeclAttr::BranchStateTy
        BranchState,
    clang::Expr* Simdlen,
    clang::Expr** Uniforms,
    unsigned int UniformsSize,
    clang::Expr** Aligneds,
    unsigned int AlignedsSize,
    clang::Expr** Alignments,
    unsigned int AlignmentsSize,
    clang::Expr** Linears,
    unsigned int LinearsSize,
    unsigned int* Modifiers,
    unsigned int ModifiersSize,
    clang::Expr** Steps,
    unsigned int StepsSize,
    const clang::AttributeCommonInfo& CommonInfo =
        {clang::SourceRange{}})

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

Parameters

clang::ASTContext& Ctx
clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState
clang::Expr* Simdlen
clang::Expr** Uniforms
unsigned int UniformsSize
clang::Expr** Aligneds
unsigned int AlignedsSize
clang::Expr** Alignments
unsigned int AlignmentsSize
clang::Expr** Linears
unsigned int LinearsSize
unsigned int* Modifiers
unsigned int ModifiersSize
clang::Expr** Steps
unsigned int StepsSize
const clang::AttributeCommonInfo& CommonInfo = {clang::SourceRange{}}

OMPDeclareSimdDeclAttr(
    clang::ASTContext& Ctx,
    const clang::AttributeCommonInfo& CommonInfo,
    clang::OMPDeclareSimdDeclAttr::BranchStateTy
        BranchState,
    clang::Expr* Simdlen,
    clang::Expr** Uniforms,
    unsigned int UniformsSize,
    clang::Expr** Aligneds,
    unsigned int AlignedsSize,
    clang::Expr** Alignments,
    unsigned int AlignmentsSize,
    clang::Expr** Linears,
    unsigned int LinearsSize,
    unsigned int* Modifiers,
    unsigned int ModifiersSize,
    clang::Expr** Steps,
    unsigned int StepsSize)

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

Parameters

clang::ASTContext& Ctx
const clang::AttributeCommonInfo& CommonInfo
clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState
clang::Expr* Simdlen
clang::Expr** Uniforms
unsigned int UniformsSize
clang::Expr** Aligneds
unsigned int AlignedsSize
clang::Expr** Alignments
unsigned int AlignmentsSize
clang::Expr** Linears
unsigned int LinearsSize
unsigned int* Modifiers
unsigned int ModifiersSize
clang::Expr** Steps
unsigned int StepsSize

OMPDeclareSimdDeclAttr(
    clang::ASTContext& Ctx,
    const clang::AttributeCommonInfo& CommonInfo,
    clang::OMPDeclareSimdDeclAttr::BranchStateTy
        BranchState,
    clang::Expr* Simdlen)

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

Parameters

clang::ASTContext& Ctx
const clang::AttributeCommonInfo& CommonInfo
clang::OMPDeclareSimdDeclAttr::BranchStateTy BranchState
clang::Expr* Simdlen

llvm::iterator_range<aligneds_iterator> aligneds()
    const

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

clang::OMPDeclareSimdDeclAttr::aligneds_iterator
aligneds_begin() const

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

clang::OMPDeclareSimdDeclAttr::aligneds_iterator
aligneds_end() const

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

unsigned int aligneds_size() const

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

llvm::iterator_range<alignments_iterator>
alignments() const

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

clang::OMPDeclareSimdDeclAttr::alignments_iterator
alignments_begin() const

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

clang::OMPDeclareSimdDeclAttr::alignments_iterator
alignments_end() const

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

unsigned int alignments_size() const

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

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

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

Parameters

const clang::Attr* A

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

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

Parameters

clang::ASTContext& C

clang::OMPDeclareSimdDeclAttr::BranchStateTy
getBranchState() const

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

clang::Expr* getSimdlen() const

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

const char* getSpelling() const

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

llvm::iterator_range<linears_iterator> linears()
    const

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

clang::OMPDeclareSimdDeclAttr::linears_iterator
linears_begin() const

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

clang::OMPDeclareSimdDeclAttr::linears_iterator
linears_end() const

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

unsigned int linears_size() const

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

llvm::iterator_range<modifiers_iterator>
modifiers() const

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

clang::OMPDeclareSimdDeclAttr::modifiers_iterator
modifiers_begin() const

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

clang::OMPDeclareSimdDeclAttr::modifiers_iterator
modifiers_end() const

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

unsigned int modifiers_size() const

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

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

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

Parameters

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

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

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

Parameters

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

llvm::iterator_range<steps_iterator> steps() const

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

clang::OMPDeclareSimdDeclAttr::steps_iterator
steps_begin() const

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

clang::OMPDeclareSimdDeclAttr::steps_iterator
steps_end() const

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

unsigned int steps_size() const

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

llvm::iterator_range<uniforms_iterator> uniforms()
    const

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

clang::OMPDeclareSimdDeclAttr::uniforms_iterator
uniforms_begin() const

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

clang::OMPDeclareSimdDeclAttr::uniforms_iterator
uniforms_end() const

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

unsigned int uniforms_size() const

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