clang
9.0.0
|
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 906 of file ParsedAttr.h.
|
inline |
Definition at line 908 of file ParsedAttr.h.
|
delete |
|
inline |
Add attribute with expression arguments.
Definition at line 932 of file ParsedAttr.h.
Referenced by attributeParsedArgsUnevaluated(), FindLocsWithCommonFileID(), and IsBuiltInOrStandardCXX11Attribute().
|
inline |
Add availability attribute.
Definition at line 944 of file ParsedAttr.h.
|
inline |
Add objc_bridge_related attribute.
Definition at line 960 of file ParsedAttr.h.
|
inline |
Add microsoft __delspec(property) attribute.
Definition at line 997 of file ParsedAttr.h.
|
inline |
Add an attribute with a single type argument.
Definition at line 985 of file ParsedAttr.h.
Referenced by attributeParsedArgsUnevaluated().
|
inline |
Add type_tag_for_datatype attribute.
Definition at line 972 of file ParsedAttr.h.
|
inline |
Definition at line 926 of file ParsedAttr.h.
Referenced by clang::Declarator::clear().
|
inline |
Definition at line 911 of file ParsedAttr.h.
Referenced by addContextSensitiveTypeNullability(), clang::DeclSpec::getAttributePool(), clang::Declarator::getAttributePool(), takeDeclAttributes(), and takeOneFrom().
|
inline |
Definition at line 913 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 919 of file ParsedAttr.h.
References getPool(), and clang::ParsedAttributesView::remove().
Referenced by distributeObjCPointerTypeAttrFromDeclarator().