class ReleaseCapabilityAttr

Declaration

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

Description

Attr - This represents one attribute.

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

Inherits from: InheritableAttr

Member Variables

private unsigned int args_Size
private clang::Expr** args_

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::ReleaseCapabilityAttr * Create(clang::ASTContext & Ctx, clang::Expr ** Args, unsigned int ArgsSize, const clang::AttributeCommonInfo & CommonInfo)
  • public static clang::ReleaseCapabilityAttr * Create(clang::ASTContext & Ctx, clang::Expr ** Args, unsigned int ArgsSize, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax, ReleaseCapabilityAttr::Spelling S = static_cast<clang::ReleaseCapabilityAttr::Spelling>(SpellingNotCalculated))
  • public static clang::ReleaseCapabilityAttr * CreateImplicit(clang::ASTContext & Ctx, clang::Expr ** Args, unsigned int ArgsSize, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax, ReleaseCapabilityAttr::Spelling S = static_cast<clang::ReleaseCapabilityAttr::Spelling>(SpellingNotCalculated))
  • public static clang::ReleaseCapabilityAttr * CreateImplicit(clang::ASTContext & Ctx, clang::Expr ** Args, unsigned int ArgsSize, const clang::AttributeCommonInfo & CommonInfo = {clang::SourceRange{}})
  • public ReleaseCapabilityAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo, clang::Expr ** Args, unsigned int ArgsSize)
  • public ReleaseCapabilityAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo)
  • public llvm::iterator_range<args_iterator> args() const
  • public clang::ReleaseCapabilityAttr::args_iterator args_begin() const
  • public clang::ReleaseCapabilityAttr::args_iterator args_end() const
  • public unsigned int args_size() const
  • public static bool classof(const clang::Attr * A)
  • public clang::ReleaseCapabilityAttr * clone(clang::ASTContext & C) const
  • public clang::ReleaseCapabilityAttr::Spelling getSemanticSpelling() const
  • public const char * getSpelling() const
  • public bool isGeneric() const
  • public bool isShared() 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::ReleaseCapabilityAttr* Create(
    clang::ASTContext& Ctx,
    clang::Expr** Args,
    unsigned int ArgsSize,
    const clang::AttributeCommonInfo& CommonInfo)

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

Parameters

clang::ASTContext& Ctx
clang::Expr** Args
unsigned int ArgsSize
const clang::AttributeCommonInfo& CommonInfo

static clang::ReleaseCapabilityAttr* Create(
    clang::ASTContext& Ctx,
    clang::Expr** Args,
    unsigned int ArgsSize,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax,
    ReleaseCapabilityAttr::Spelling S =
        static_cast<clang::ReleaseCapabilityAttr::
                        Spelling>(
            SpellingNotCalculated))

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

Parameters

clang::ASTContext& Ctx
clang::Expr** Args
unsigned int ArgsSize
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax
ReleaseCapabilityAttr::Spelling S = static_cast<clang::ReleaseCapabilityAttr::Spelling>(SpellingNotCalculated)

static clang::ReleaseCapabilityAttr*
CreateImplicit(
    clang::ASTContext& Ctx,
    clang::Expr** Args,
    unsigned int ArgsSize,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax,
    ReleaseCapabilityAttr::Spelling S =
        static_cast<clang::ReleaseCapabilityAttr::
                        Spelling>(
            SpellingNotCalculated))

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

Parameters

clang::ASTContext& Ctx
clang::Expr** Args
unsigned int ArgsSize
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax
ReleaseCapabilityAttr::Spelling S = static_cast<clang::ReleaseCapabilityAttr::Spelling>(SpellingNotCalculated)

static clang::ReleaseCapabilityAttr*
CreateImplicit(clang::ASTContext& Ctx,
               clang::Expr** Args,
               unsigned int ArgsSize,
               const clang::AttributeCommonInfo&
                   CommonInfo = {
                       clang::SourceRange{}})

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

Parameters

clang::ASTContext& Ctx
clang::Expr** Args
unsigned int ArgsSize
const clang::AttributeCommonInfo& CommonInfo = {clang::SourceRange{}}

ReleaseCapabilityAttr(
    clang::ASTContext& Ctx,
    const clang::AttributeCommonInfo& CommonInfo,
    clang::Expr** Args,
    unsigned int ArgsSize)

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

Parameters

clang::ASTContext& Ctx
const clang::AttributeCommonInfo& CommonInfo
clang::Expr** Args
unsigned int ArgsSize

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

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

Parameters

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

llvm::iterator_range<args_iterator> args() const

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

clang::ReleaseCapabilityAttr::args_iterator
args_begin() const

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

clang::ReleaseCapabilityAttr::args_iterator
args_end() const

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

unsigned int args_size() const

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

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

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

Parameters

const clang::Attr* A

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

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

Parameters

clang::ASTContext& C

clang::ReleaseCapabilityAttr::Spelling
getSemanticSpelling() const

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

const char* getSpelling() const

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

bool isGeneric() const

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

bool isShared() const

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

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

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

Parameters

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