clang
8.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 855 of file ParsedAttr.h.
|
inline |
Definition at line 857 of file ParsedAttr.h.
|
delete |
|
inline |
Add attribute with expression arguments.
Definition at line 874 of file ParsedAttr.h.
Referenced by attributeParsedArgsUnevaluated(), isAttributeLateParsed(), and IsBuiltInOrStandardCXX11Attribute().
|
inline |
Add availability attribute.
Definition at line 886 of file ParsedAttr.h.
|
inline |
Add objc_bridge_related attribute.
Definition at line 902 of file ParsedAttr.h.
|
inline |
Add microsoft __delspec(property) attribute.
Definition at line 939 of file ParsedAttr.h.
|
inline |
Add an attribute with a single type argument.
Definition at line 927 of file ParsedAttr.h.
Referenced by attributeParsedArgsUnevaluated().
|
inline |
Add type_tag_for_datatype attribute.
Definition at line 914 of file ParsedAttr.h.
|
inline |
Definition at line 868 of file ParsedAttr.h.
Referenced by clang::Declarator::clear().
|
inline |
Definition at line 860 of file ParsedAttr.h.
Referenced by addContextSensitiveTypeNullability(), clang::DeclSpec::getAttributePool(), clang::Declarator::getAttributePool(), and takeDeclAttributes().
|
inline |
Definition at line 862 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().