clang
13.0.0git
|
#include "clang/Sema/ParsedAttr.h"
Classes | |
struct | const_iterator |
struct | iterator |
Public Member Functions | |
bool | empty () const |
SizeType | size () const |
ParsedAttr & | operator[] (SizeType pos) |
const ParsedAttr & | operator[] (SizeType pos) const |
void | addAtEnd (ParsedAttr *newAttr) |
void | remove (ParsedAttr *ToBeRemoved) |
void | clearListOnly () |
void | addAll (iterator B, iterator E) |
void | addAll (const_iterator B, const_iterator E) |
void | addAllAtEnd (iterator B, iterator E) |
void | addAllAtEnd (const_iterator B, const_iterator E) |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
ParsedAttr & | front () |
const ParsedAttr & | front () const |
ParsedAttr & | back () |
const ParsedAttr & | back () const |
bool | hasAttribute (ParsedAttr::Kind K) const |
Definition at line 849 of file ParsedAttr.h.
|
inline |
Definition at line 895 of file ParsedAttr.h.
Definition at line 891 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes(), and clang::ParsedAttributes::takeAllFrom().
|
inline |
Definition at line 903 of file ParsedAttr.h.
Definition at line 899 of file ParsedAttr.h.
|
inline |
Definition at line 859 of file ParsedAttr.h.
Referenced by addContextSensitiveTypeNullability(), clang::ParsedAttributes::addNew(), clang::ParsedAttributes::addNewPropertyAttr(), clang::ParsedAttributes::addNewTypeAttr(), clang::ParsedAttributes::addNewTypeTagForDatatype(), moveAttrFromListToList(), takeDeclAttributes(), and clang::ParsedAttributes::takeOneFrom().
|
inline |
Definition at line 920 of file ParsedAttr.h.
References empty().
|
inline |
Definition at line 924 of file ParsedAttr.h.
References empty().
|
inline |
Definition at line 907 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes(), and clang::ParsedAttributes::takeAllFrom().
|
inline |
Definition at line 908 of file ParsedAttr.h.
|
inline |
Definition at line 870 of file ParsedAttr.h.
Referenced by clang::ParsedAttributes::clear(), clang::ParsedAttributesViewWithRange::clearListOnly(), and clang::ParsedAttributes::takeAllFrom().
|
inline |
Definition at line 854 of file ParsedAttr.h.
Referenced by back(), front(), GetDeclSpecTypeForDeclarator(), and clang::DeclSpec::hasAttributes().
|
inline |
Definition at line 909 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes(), getMSPropertyAttr(), and clang::ParsedAttributes::takeAllFrom().
|
inline |
Definition at line 910 of file ParsedAttr.h.
|
inline |
Definition at line 912 of file ParsedAttr.h.
References empty().
|
inline |
Definition at line 916 of file ParsedAttr.h.
References empty().
|
inline |
Definition at line 929 of file ParsedAttr.h.
References clang::AttributeCommonInfo::getParsedKind().
|
inline |
Definition at line 856 of file ParsedAttr.h.
|
inline |
Definition at line 857 of file ParsedAttr.h.
|
inline |
Definition at line 864 of file ParsedAttr.h.
Referenced by distributeFunctionTypeAttrFromDeclarator(), distributeObjCPointerTypeAttrFromDeclarator(), moveAttrFromListToList(), takeDeclAttributes(), and clang::ParsedAttributes::takeOneFrom().
|
inline |
Definition at line 855 of file ParsedAttr.h.
Referenced by clang::DeclaratorChunk::getFunction(), and clang::DeclaratorChunk::FunctionTypeInfo::hasMethodTypeQualifiers().