clang 20.0.0git
|
ParsedAttributes - A collection of parsed attributes. More...
#include "clang/Sema/ParsedAttr.h"
Additional Inherited Members | |
Static Public Member Functions inherited from clang::ParsedAttributesView | |
static const ParsedAttributesView & | none () |
Public Attributes inherited from clang::ParsedAttributesView | |
SourceRange | Range |
ParsedAttributes - A collection of parsed attributes.
Currently we don't differentiate between the various attribute syntaxes, which is basically silly.
Right now this is a very lightweight container, but the expectation is that this will become significantly more serious.
Definition at line 956 of file ParsedAttr.h.
|
inline |
Definition at line 958 of file ParsedAttr.h.
|
delete |
|
default |
|
inline |
Add attribute with expression arguments.
Definition at line 989 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add availability attribute.
Definition at line 1000 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add objc_bridge_related attribute.
Definition at line 1018 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add microsoft __delspec(property) attribute.
Definition at line 1056 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add an attribute with a single type argument.
Definition at line 1043 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add type_tag_for_datatype attribute.
Definition at line 1030 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Definition at line 982 of file ParsedAttr.h.
References Range.
Referenced by clang::Declarator::clear().
|
inline |
Definition at line 963 of file ParsedAttr.h.
Referenced by clang::Sema::ActOnCXXForRangeIdentifier(), clang::DeclSpec::getAttributePool(), clang::Declarator::getAttributePool(), and takeDeclAttributes().
|
delete |
|
inline |
Definition at line 965 of file ParsedAttr.h.
References clang::Other.
Referenced by clang::DeclaratorChunk::getFunction(), clang::Declarator::takeAttributes(), and clang::DeclSpec::takeAttributesFrom().
|
inline |
Definition at line 973 of file ParsedAttr.h.
References clang::Other.
Referenced by distributeObjCPointerTypeAttrFromDeclarator(), and clang::Parser::ParseTypeName().