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 958 of file ParsedAttr.h.
|
inline |
Definition at line 960 of file ParsedAttr.h.
|
delete |
|
default |
|
inline |
Add attribute with expression arguments.
Definition at line 991 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add availability attribute.
Definition at line 1002 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add objc_bridge_related attribute.
Definition at line 1020 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add microsoft __delspec(property) attribute.
Definition at line 1058 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add an attribute with a single type argument.
Definition at line 1045 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Add type_tag_for_datatype attribute.
Definition at line 1032 of file ParsedAttr.h.
References clang::ast_matchers::attr.
|
inline |
Definition at line 984 of file ParsedAttr.h.
References Range.
Referenced by clang::Declarator::clear().
|
inline |
Definition at line 965 of file ParsedAttr.h.
Referenced by clang::Sema::ActOnCXXForRangeIdentifier(), clang::DeclSpec::getAttributePool(), clang::Declarator::getAttributePool(), and takeDeclAttributes().
|
delete |
|
inline |
Definition at line 967 of file ParsedAttr.h.
References clang::Other.
Referenced by clang::DeclaratorChunk::getFunction(), clang::Declarator::takeAttributes(), and clang::DeclSpec::takeAttributesFrom().
|
inline |
Definition at line 975 of file ParsedAttr.h.
References clang::Other.
Referenced by distributeObjCPointerTypeAttrFromDeclarator(), and clang::Parser::ParseTypeName().