clang
10.0.0svn
|
ParsedAttributes - A collection of parsed attributes. More...
#include "clang/Sema/ParsedAttr.h"
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 824 of file ParsedAttr.h.
|
inline |
Definition at line 826 of file ParsedAttr.h.
|
delete |
|
inline |
Add attribute with expression arguments.
Definition at line 850 of file ParsedAttr.h.
Referenced by attributeParsedArgsUnevaluated(), FindLocsWithCommonFileID(), and IsBuiltInOrStandardCXX11Attribute().
|
inline |
Add availability attribute.
Definition at line 862 of file ParsedAttr.h.
|
inline |
Add objc_bridge_related attribute.
Definition at line 878 of file ParsedAttr.h.
|
inline |
Add microsoft __delspec(property) attribute.
Definition at line 915 of file ParsedAttr.h.
|
inline |
Add an attribute with a single type argument.
Definition at line 903 of file ParsedAttr.h.
Referenced by attributeParsedArgsUnevaluated().
|
inline |
Add type_tag_for_datatype attribute.
Definition at line 890 of file ParsedAttr.h.
|
inline |
Definition at line 844 of file ParsedAttr.h.
Referenced by clang::Declarator::clear().
|
inline |
Definition at line 829 of file ParsedAttr.h.
Referenced by addContextSensitiveTypeNullability(), clang::DeclSpec::getAttributePool(), clang::Declarator::getAttributePool(), takeDeclAttributes(), and takeOneFrom().
|
inline |
Definition at line 831 of file ParsedAttr.h.
References clang::ParsedAttributesView::begin(), clang::ParsedAttributesView::clearListOnly(), and clang::ParsedAttributesView::end().
Referenced by clang::DeclaratorChunk::getFunction(), clang::Declarator::takeAttributes(), and clang::DeclSpec::takeAttributesFrom().
|
inline |
Definition at line 837 of file ParsedAttr.h.
References getPool(), and clang::ParsedAttributesView::remove().
Referenced by distributeObjCPointerTypeAttrFromDeclarator().