class XRayLogArgsAttr

Declaration

class XRayLogArgsAttr : public InheritableAttr { /* full declaration omitted */ };

Description

Attr - This represents one attribute.

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

Inherits from: InheritableAttr

Member Variables

private unsigned int argumentCount

Inherited from Attr:

protected Inherited
protected IsPackExpansion
protected Implicit
protected IsLateParsed
protected InheritEvenIfAlreadyPresent

Inherited from AttributeCommonInfo:

protected static SpellingNotCalculated = 15

Method Overview

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

Inherited from InheritableAttr:

Inherited from Attr:

Inherited from AttributeCommonInfo:

Methods

static clang::XRayLogArgsAttr* Create(
    clang::ASTContext& Ctx,
    unsigned int ArgumentCount,
    const clang::AttributeCommonInfo& CommonInfo)

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

Parameters

clang::ASTContext& Ctx
unsigned int ArgumentCount
const clang::AttributeCommonInfo& CommonInfo

static clang::XRayLogArgsAttr* Create(
    clang::ASTContext& Ctx,
    unsigned int ArgumentCount,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

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

Parameters

clang::ASTContext& Ctx
unsigned int ArgumentCount
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

static clang::XRayLogArgsAttr* CreateImplicit(
    clang::ASTContext& Ctx,
    unsigned int ArgumentCount,
    const clang::AttributeCommonInfo& CommonInfo =
        {clang::SourceRange{}})

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

Parameters

clang::ASTContext& Ctx
unsigned int ArgumentCount
const clang::AttributeCommonInfo& CommonInfo = {clang::SourceRange{}}

static clang::XRayLogArgsAttr* CreateImplicit(
    clang::ASTContext& Ctx,
    unsigned int ArgumentCount,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

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

Parameters

clang::ASTContext& Ctx
unsigned int ArgumentCount
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

XRayLogArgsAttr(
    clang::ASTContext& Ctx,
    const clang::AttributeCommonInfo& CommonInfo,
    unsigned int ArgumentCount)

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

Parameters

clang::ASTContext& Ctx
const clang::AttributeCommonInfo& CommonInfo
unsigned int ArgumentCount

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

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

Parameters

const clang::Attr* A

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

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

Parameters

clang::ASTContext& C

unsigned int getArgumentCount() const

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

const char* getSpelling() const

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

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

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

Parameters

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