clang
9.0.0
|
A parameter attribute which changes the argument-passing ABI rule for the parameter. More...
#include "clang/AST/Attr.h"
Public Member Functions | |
ParameterABI | getABI () const |
![]() | |
void | setInherited (bool I) |
bool | shouldInheritEvenIfAlreadyPresent () const |
Should this attribute be inherited from a prior declaration even if it's explicitly provided in the current declaration? More... | |
![]() | |
void * | operator new (size_t Bytes, ASTContext &C, size_t Alignment=8) noexcept |
void | operator delete (void *Ptr, ASTContext &C, size_t Alignment) noexcept |
attr::Kind | getKind () const |
unsigned | getSpellingListIndex () const |
const char * | getSpelling () const |
SourceLocation | getLocation () const |
SourceRange | getRange () const |
void | setRange (SourceRange R) |
bool | isInherited () const |
bool | isImplicit () const |
Returns true if the attribute has been implicitly created instead of explicitly written by the user. More... | |
void | setImplicit (bool I) |
void | setPackExpansion (bool PE) |
bool | isPackExpansion () const |
Attr * | clone (ASTContext &C) const |
bool | isLateParsed () const |
void | printPretty (raw_ostream &OS, const PrintingPolicy &Policy) const |
Static Public Member Functions | |
static bool | classof (const Attr *A) |
![]() | |
static bool | classof (const Attr *A) |
![]() | |
static bool | classof (const Attr *A) |
Protected Member Functions | |
ParameterABIAttr (attr::Kind AK, SourceRange R, unsigned SpellingListIndex, bool IsLateParsed, bool InheritEvenIfAlreadyPresent) | |
![]() | |
InheritableParamAttr (attr::Kind AK, SourceRange R, unsigned SpellingListIndex, bool IsLateParsed, bool InheritEvenIfAlreadyPresent) | |
![]() | |
InheritableAttr (attr::Kind AK, SourceRange R, unsigned SpellingListIndex, bool IsLateParsed, bool InheritEvenIfAlreadyPresent) | |
![]() | |
void * | operator new (size_t bytes) noexcept |
void | operator delete (void *data) noexcept |
Attr (attr::Kind AK, SourceRange R, unsigned SpellingListIndex, bool IsLateParsed) | |
Additional Inherited Members | |
![]() | |
unsigned | SpellingListIndex: 4 |
An index into the spelling list of an attribute defined in Attr.td file. More... | |
unsigned | Inherited: 1 |
unsigned | IsPackExpansion: 1 |
unsigned | Implicit: 1 |
unsigned | IsLateParsed: 1 |
unsigned | InheritEvenIfAlreadyPresent: 1 |
A parameter attribute which changes the argument-passing ABI rule for the parameter.
|
inlineprotected |
Definition at line 205 of file Attr.h.
References clang::Attr::getKind().
|
inline |
Definition at line 192 of file Attr.h.
References clang::Attr::getKind(), clang::SwiftContext, clang::SwiftErrorResult, and clang::SwiftIndirectResult.