class ArgumentWithTypeTagAttr
Declaration
class ArgumentWithTypeTagAttr : public InheritableAttr { /* full declaration omitted */ };
Description
Attr - This represents one attribute.
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1239
Inherits from: InheritableAttr
Member Variables
- private clang::IdentifierInfo* argumentKind
- private clang::ParamIdx argumentIdx
- private clang::ParamIdx typeTagIdx
- private bool isPointer
Inherited from Attr:
- protected Inherited
- protected IsPackExpansion
- protected Implicit
- protected IsLateParsed
- protected InheritEvenIfAlreadyPresent
Inherited from AttributeCommonInfo:
Method Overview
- public ArgumentWithTypeTagAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx)
- public ArgumentWithTypeTagAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx, bool IsPointer)
- public static clang::ArgumentWithTypeTagAttr * Create(clang::ASTContext & Ctx, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx, bool IsPointer, const clang::AttributeCommonInfo & CommonInfo)
- public static clang::ArgumentWithTypeTagAttr * Create(clang::ASTContext & Ctx, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax, ArgumentWithTypeTagAttr::Spelling S = static_cast<clang::ArgumentWithTypeTagAttr::Spelling>(SpellingNotCalculated))
- public static clang::ArgumentWithTypeTagAttr * Create(clang::ASTContext & Ctx, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx, const clang::AttributeCommonInfo & CommonInfo)
- public static clang::ArgumentWithTypeTagAttr * Create(clang::ASTContext & Ctx, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx, bool IsPointer, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax, ArgumentWithTypeTagAttr::Spelling S = static_cast<clang::ArgumentWithTypeTagAttr::Spelling>(SpellingNotCalculated))
- public static clang::ArgumentWithTypeTagAttr * CreateImplicit(clang::ASTContext & Ctx, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx, const clang::AttributeCommonInfo & CommonInfo = {clang::SourceRange{}})
- public static clang::ArgumentWithTypeTagAttr * CreateImplicit(clang::ASTContext & Ctx, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax, ArgumentWithTypeTagAttr::Spelling S = static_cast<clang::ArgumentWithTypeTagAttr::Spelling>(SpellingNotCalculated))
- public static clang::ArgumentWithTypeTagAttr * CreateImplicit(clang::ASTContext & Ctx, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx, bool IsPointer, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax, ArgumentWithTypeTagAttr::Spelling S = static_cast<clang::ArgumentWithTypeTagAttr::Spelling>(SpellingNotCalculated))
- public static clang::ArgumentWithTypeTagAttr * CreateImplicit(clang::ASTContext & Ctx, clang::IdentifierInfo * ArgumentKind, clang::ParamIdx ArgumentIdx, clang::ParamIdx TypeTagIdx, bool IsPointer, const clang::AttributeCommonInfo & CommonInfo = {clang::SourceRange{}})
- public static bool classof(const clang::Attr * A)
- public clang::ArgumentWithTypeTagAttr * clone(clang::ASTContext & C) const
- public clang::ParamIdx getArgumentIdx() const
- public clang::IdentifierInfo * getArgumentKind() const
- public bool getIsPointer() const
- public clang::ArgumentWithTypeTagAttr::Spelling getSemanticSpelling() const
- public const char * getSpelling() const
- public clang::ParamIdx getTypeTagIdx() const
- public void printPretty(llvm::raw_ostream & OS, const clang::PrintingPolicy & Policy) const
Inherited from InheritableAttr:
Inherited from Attr:
- public clone
- public getDocumentation
- public getKind
- public getLocation
- public getSpelling
- public getSpellingListIndex
- public isImplicit
- public isInherited
- public isLateParsed
- public isPackExpansion
- public printPretty
- public setImplicit
- public setPackExpansion
Inherited from AttributeCommonInfo:
- public getAttrName
- public getAttributeSpellingListIndex
- public getLoc
- public getNormalizedFullName
- public getParsedKind
- public getParsedKind
- public getRange
- public getScopeLoc
- public getScopeName
- public getSyntax
- public hasScope
- public isAlignasAttribute
- protected isAttributeSpellingListCalculated
- public isC2xAttribute
- public isCXX11Attribute
- public isClangScope
- public isContextSensitiveKeywordAttribute
- public isDeclspecAttribute
- public isGNUAttribute
- public isGNUScope
- public isKeywordAttribute
- public isMicrosoftAttribute
- public isStandardAttributeSyntax
- public setAttributeSpellingListIndex
- public setRange
Methods
¶ArgumentWithTypeTagAttr(
clang::ASTContext& Ctx,
const clang::AttributeCommonInfo& CommonInfo,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx)
ArgumentWithTypeTagAttr(
clang::ASTContext& Ctx,
const clang::AttributeCommonInfo& CommonInfo,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx)
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1277
Parameters
- clang::ASTContext& Ctx
- const clang::AttributeCommonInfo& CommonInfo
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
¶ArgumentWithTypeTagAttr(
clang::ASTContext& Ctx,
const clang::AttributeCommonInfo& CommonInfo,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer)
ArgumentWithTypeTagAttr(
clang::ASTContext& Ctx,
const clang::AttributeCommonInfo& CommonInfo,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer)
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1271
Parameters
- clang::ASTContext& Ctx
- const clang::AttributeCommonInfo& CommonInfo
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
- bool IsPointer
¶static clang::ArgumentWithTypeTagAttr* Create(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer,
const clang::AttributeCommonInfo& CommonInfo)
static clang::ArgumentWithTypeTagAttr* Create(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer,
const clang::AttributeCommonInfo& CommonInfo)
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1262
Parameters
- clang::ASTContext& Ctx
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
- bool IsPointer
- const clang::AttributeCommonInfo& CommonInfo
¶static clang::ArgumentWithTypeTagAttr* Create(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
clang::SourceRange Range,
AttributeCommonInfo::Syntax Syntax,
ArgumentWithTypeTagAttr::Spelling S =
static_cast<
clang::ArgumentWithTypeTagAttr::
Spelling>(SpellingNotCalculated))
static clang::ArgumentWithTypeTagAttr* Create(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
clang::SourceRange Range,
AttributeCommonInfo::Syntax Syntax,
ArgumentWithTypeTagAttr::Spelling S =
static_cast<
clang::ArgumentWithTypeTagAttr::
Spelling>(SpellingNotCalculated))
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1268
Parameters
- clang::ASTContext& Ctx
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
- clang::SourceRange Range
- AttributeCommonInfo::Syntax Syntax
- ArgumentWithTypeTagAttr::Spelling S = static_cast<clang::ArgumentWithTypeTagAttr::Spelling>(SpellingNotCalculated)
¶static clang::ArgumentWithTypeTagAttr* Create(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
const clang::AttributeCommonInfo& CommonInfo)
static clang::ArgumentWithTypeTagAttr* Create(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
const clang::AttributeCommonInfo& CommonInfo)
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1266
Parameters
- clang::ASTContext& Ctx
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
- const clang::AttributeCommonInfo& CommonInfo
¶static clang::ArgumentWithTypeTagAttr* Create(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer,
clang::SourceRange Range,
AttributeCommonInfo::Syntax Syntax,
ArgumentWithTypeTagAttr::Spelling S =
static_cast<
clang::ArgumentWithTypeTagAttr::
Spelling>(SpellingNotCalculated))
static clang::ArgumentWithTypeTagAttr* Create(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer,
clang::SourceRange Range,
AttributeCommonInfo::Syntax Syntax,
ArgumentWithTypeTagAttr::Spelling S =
static_cast<
clang::ArgumentWithTypeTagAttr::
Spelling>(SpellingNotCalculated))
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1264
Parameters
- clang::ASTContext& Ctx
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
- bool IsPointer
- clang::SourceRange Range
- AttributeCommonInfo::Syntax Syntax
- ArgumentWithTypeTagAttr::Spelling S = static_cast<clang::ArgumentWithTypeTagAttr::Spelling>(SpellingNotCalculated)
¶static clang::ArgumentWithTypeTagAttr*
CreateImplicit(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
const clang::AttributeCommonInfo& CommonInfo =
{clang::SourceRange{}})
static clang::ArgumentWithTypeTagAttr*
CreateImplicit(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
const clang::AttributeCommonInfo& CommonInfo =
{clang::SourceRange{}})
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1265
Parameters
- clang::ASTContext& Ctx
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
- const clang::AttributeCommonInfo& CommonInfo = {clang::SourceRange{}}
¶static clang::ArgumentWithTypeTagAttr*
CreateImplicit(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
clang::SourceRange Range,
AttributeCommonInfo::Syntax Syntax,
ArgumentWithTypeTagAttr::Spelling S =
static_cast<
clang::ArgumentWithTypeTagAttr::
Spelling>(SpellingNotCalculated))
static clang::ArgumentWithTypeTagAttr*
CreateImplicit(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
clang::SourceRange Range,
AttributeCommonInfo::Syntax Syntax,
ArgumentWithTypeTagAttr::Spelling S =
static_cast<
clang::ArgumentWithTypeTagAttr::
Spelling>(SpellingNotCalculated))
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1267
Parameters
- clang::ASTContext& Ctx
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
- clang::SourceRange Range
- AttributeCommonInfo::Syntax Syntax
- ArgumentWithTypeTagAttr::Spelling S = static_cast<clang::ArgumentWithTypeTagAttr::Spelling>(SpellingNotCalculated)
¶static clang::ArgumentWithTypeTagAttr*
CreateImplicit(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer,
clang::SourceRange Range,
AttributeCommonInfo::Syntax Syntax,
ArgumentWithTypeTagAttr::Spelling S =
static_cast<
clang::ArgumentWithTypeTagAttr::
Spelling>(SpellingNotCalculated))
static clang::ArgumentWithTypeTagAttr*
CreateImplicit(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer,
clang::SourceRange Range,
AttributeCommonInfo::Syntax Syntax,
ArgumentWithTypeTagAttr::Spelling S =
static_cast<
clang::ArgumentWithTypeTagAttr::
Spelling>(SpellingNotCalculated))
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1263
Parameters
- clang::ASTContext& Ctx
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
- bool IsPointer
- clang::SourceRange Range
- AttributeCommonInfo::Syntax Syntax
- ArgumentWithTypeTagAttr::Spelling S = static_cast<clang::ArgumentWithTypeTagAttr::Spelling>(SpellingNotCalculated)
¶static clang::ArgumentWithTypeTagAttr*
CreateImplicit(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer,
const clang::AttributeCommonInfo& CommonInfo =
{clang::SourceRange{}})
static clang::ArgumentWithTypeTagAttr*
CreateImplicit(
clang::ASTContext& Ctx,
clang::IdentifierInfo* ArgumentKind,
clang::ParamIdx ArgumentIdx,
clang::ParamIdx TypeTagIdx,
bool IsPointer,
const clang::AttributeCommonInfo& CommonInfo =
{clang::SourceRange{}})
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1261
Parameters
- clang::ASTContext& Ctx
- clang::IdentifierInfo* ArgumentKind
- clang::ParamIdx ArgumentIdx
- clang::ParamIdx TypeTagIdx
- bool IsPointer
- const clang::AttributeCommonInfo& CommonInfo = {clang::SourceRange{}}
¶static bool classof(const clang::Attr* A)
static bool classof(const clang::Attr* A)
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1306
Parameters
- const clang::Attr* A
¶clang::ArgumentWithTypeTagAttr* clone(
clang::ASTContext& C) const
clang::ArgumentWithTypeTagAttr* clone(
clang::ASTContext& C) const
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1283
Parameters
¶clang::ParamIdx getArgumentIdx() const
clang::ParamIdx getArgumentIdx() const
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1292
¶clang::IdentifierInfo* getArgumentKind() const
clang::IdentifierInfo* getArgumentKind() const
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1288
¶bool getIsPointer() const
bool getIsPointer() const
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1300
¶clang::ArgumentWithTypeTagAttr::Spelling
getSemanticSpelling() const
clang::ArgumentWithTypeTagAttr::Spelling
getSemanticSpelling() const
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1287
¶const char* getSpelling() const
const char* getSpelling() const
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1286
¶clang::ParamIdx getTypeTagIdx() const
clang::ParamIdx getTypeTagIdx() const
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1296
¶void printPretty(
llvm::raw_ostream& OS,
const clang::PrintingPolicy& Policy) const
void printPretty(
llvm::raw_ostream& OS,
const clang::PrintingPolicy& Policy) const
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:1284
Parameters
- llvm::raw_ostream& OS
- const clang::PrintingPolicy& Policy