clang
7.0.0
|
#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 | addAtStart (ParsedAttr *newAttr) |
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 |
bool | hasAttribute (ParsedAttr::Kind K) const |
Definition at line 721 of file ParsedAttr.h.
Definition at line 767 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes().
|
inline |
Definition at line 771 of file ParsedAttr.h.
Definition at line 775 of file ParsedAttr.h.
|
inline |
Definition at line 779 of file ParsedAttr.h.
|
inline |
Definition at line 735 of file ParsedAttr.h.
|
inline |
Definition at line 731 of file ParsedAttr.h.
Referenced by addContextSensitiveTypeNullability(), clang::Sema::AddPragmaAttributes(), moveAttrFromListToList(), takeDeclAttributes(), and transferARCOwnershipToDeclaratorChunk().
|
inline |
Definition at line 783 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes(), IsBuiltInOrStandardCXX11Attribute(), and clang::ParsedAttributes::takeAllFrom().
|
inline |
Definition at line 784 of file ParsedAttr.h.
|
inline |
Definition at line 746 of file ParsedAttr.h.
Referenced by clang::ParsedAttributes::takeAllFrom().
|
inline |
Definition at line 726 of file ParsedAttr.h.
Referenced by fillAttributedTypeLoc(), GetDeclSpecTypeForDeclarator(), clang::DeclSpec::hasAttributes(), and IsBuiltInOrStandardCXX11Attribute().
|
inline |
Definition at line 785 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes(), getMSPropertyAttr(), and clang::ParsedAttributes::takeAllFrom().
|
inline |
Definition at line 786 of file ParsedAttr.h.
|
inline |
Definition at line 788 of file ParsedAttr.h.
References clang::ParsedAttr::getKind().
Referenced by transferARCOwnershipToDeclaratorChunk().
|
inline |
Definition at line 728 of file ParsedAttr.h.
|
inline |
Definition at line 729 of file ParsedAttr.h.
|
inline |
Definition at line 740 of file ParsedAttr.h.
Referenced by distributeFunctionTypeAttrFromDeclarator(), distributeObjCPointerTypeAttrFromDeclarator(), moveAttrFromListToList(), and takeDeclAttributes().
|
inline |
Definition at line 727 of file ParsedAttr.h.