class ObjCBridgeMutableAttr

Declaration

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

Description

Attr - This represents one attribute.

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

Inherits from: InheritableAttr

Member Variables

private clang::IdentifierInfo* bridgedType

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::ObjCBridgeMutableAttr * Create(clang::ASTContext & Ctx, clang::IdentifierInfo * BridgedType, const clang::AttributeCommonInfo & CommonInfo)
  • public static clang::ObjCBridgeMutableAttr * Create(clang::ASTContext & Ctx, clang::IdentifierInfo * BridgedType, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public static clang::ObjCBridgeMutableAttr * CreateImplicit(clang::ASTContext & Ctx, clang::IdentifierInfo * BridgedType, const clang::AttributeCommonInfo & CommonInfo = {clang::SourceRange{}})
  • public static clang::ObjCBridgeMutableAttr * CreateImplicit(clang::ASTContext & Ctx, clang::IdentifierInfo * BridgedType, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public ObjCBridgeMutableAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo, clang::IdentifierInfo * BridgedType)
  • public static bool classof(const clang::Attr * A)
  • public clang::ObjCBridgeMutableAttr * clone(clang::ASTContext & C) const
  • public clang::IdentifierInfo * getBridgedType() 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::ObjCBridgeMutableAttr* Create(
    clang::ASTContext& Ctx,
    clang::IdentifierInfo* BridgedType,
    const clang::AttributeCommonInfo& CommonInfo)

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

Parameters

clang::ASTContext& Ctx
clang::IdentifierInfo* BridgedType
const clang::AttributeCommonInfo& CommonInfo

static clang::ObjCBridgeMutableAttr* Create(
    clang::ASTContext& Ctx,
    clang::IdentifierInfo* BridgedType,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

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

Parameters

clang::ASTContext& Ctx
clang::IdentifierInfo* BridgedType
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

static clang::ObjCBridgeMutableAttr*
CreateImplicit(clang::ASTContext& Ctx,
               clang::IdentifierInfo* BridgedType,
               const clang::AttributeCommonInfo&
                   CommonInfo = {
                       clang::SourceRange{}})

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

Parameters

clang::ASTContext& Ctx
clang::IdentifierInfo* BridgedType
const clang::AttributeCommonInfo& CommonInfo = {clang::SourceRange{}}

static clang::ObjCBridgeMutableAttr*
CreateImplicit(clang::ASTContext& Ctx,
               clang::IdentifierInfo* BridgedType,
               clang::SourceRange Range,
               AttributeCommonInfo::Syntax Syntax)

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

Parameters

clang::ASTContext& Ctx
clang::IdentifierInfo* BridgedType
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

ObjCBridgeMutableAttr(
    clang::ASTContext& Ctx,
    const clang::AttributeCommonInfo& CommonInfo,
    clang::IdentifierInfo* BridgedType)

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

Parameters

clang::ASTContext& Ctx
const clang::AttributeCommonInfo& CommonInfo
clang::IdentifierInfo* BridgedType

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

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

Parameters

const clang::Attr* A

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

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

Parameters

clang::ASTContext& C

clang::IdentifierInfo* getBridgedType() const

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

const char* getSpelling() const

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

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

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

Parameters

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