clang 20.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 |
const ParsedAttr * | getMSPropertyAttr () const |
bool | hasMSPropertyAttr () const |
Static Public Member Functions | |
static const ParsedAttributesView & | none () |
Public Attributes | |
SourceRange | Range |
Friends | |
class | AttributePool |
Definition at line 830 of file ParsedAttr.h.
|
inline |
Definition at line 884 of file ParsedAttr.h.
References E.
Definition at line 880 of file ParsedAttr.h.
References E.
Referenced by clang::DeclSpec::addAttributes().
|
inline |
Definition at line 892 of file ParsedAttr.h.
References E.
Definition at line 888 of file ParsedAttr.h.
References E.
|
inline |
Definition at line 848 of file ParsedAttr.h.
Referenced by clang::Sema::AddPragmaAttributes(), ConvertDeclSpecToType(), GetFullTypeForDeclarator(), moveAttrFromListToList(), clang::Sema::ProcessDeclAttributes(), takeDeclAttributes(), and transferARCOwnershipToDeclaratorChunk().
|
inline |
Definition at line 909 of file ParsedAttr.h.
|
inline |
Definition at line 913 of file ParsedAttr.h.
|
inline |
Definition at line 896 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes(), and clang::Sema::ProcessDeclAttributeList().
|
inline |
Definition at line 897 of file ParsedAttr.h.
|
inline |
Definition at line 859 of file ParsedAttr.h.
|
inline |
Definition at line 843 of file ParsedAttr.h.
Referenced by clang::Sema::ActOnTag(), clang::Declarator::AddTypeInfo(), clang::DeclSpec::hasAttributes(), clang::Sema::ParsedFreeStandingDeclSpec(), clang::Sema::ProcessDeclAttributeList(), and processTypeAttrs().
|
inline |
Definition at line 898 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes().
|
inline |
Definition at line 899 of file ParsedAttr.h.
|
inline |
Definition at line 901 of file ParsedAttr.h.
|
inline |
Definition at line 905 of file ParsedAttr.h.
|
inline |
Definition at line 924 of file ParsedAttr.h.
References clang::ParsedAttr::isDeclspecPropertyAttribute().
|
inline |
Definition at line 918 of file ParsedAttr.h.
References clang::AttributeCommonInfo::getParsedKind().
Referenced by clang::Sema::ActOnUsingDeclaration(), hasParsedAttr(), and transferARCOwnershipToDeclaratorChunk().
|
inline |
Definition at line 932 of file ParsedAttr.h.
|
inlinestatic |
Definition at line 838 of file ParsedAttr.h.
Referenced by clang::Sema::ActOnCXXForRangeIdentifier(), clang::Sema::ActOnFinishKNRParamDeclarations(), clang::Sema::ActOnFriendTypeDecl(), clang::SemaObjC::actOnObjCTypeArgsOrProtocolQualifiers(), clang::Sema::BuildAnonymousStructOrUnion(), clang::Sema::BuildMicrosoftCAnonymousStruct(), clang::Sema::ImplicitlyDefineFunction(), and clang::Parser::ParseTypeName().
|
inline |
Definition at line 845 of file ParsedAttr.h.
|
inline |
Definition at line 846 of file ParsedAttr.h.
|
inline |
Definition at line 853 of file ParsedAttr.h.
Referenced by checkOmittedBlockReturnType(), distributeFunctionTypeAttrFromDeclarator(), distributeObjCPointerTypeAttrFromDeclarator(), moveAttrFromListToList(), and takeDeclAttributes().
|
inline |
Definition at line 844 of file ParsedAttr.h.
Referenced by clang::DeclaratorChunk::getFunction(), and clang::DeclaratorChunk::FunctionTypeInfo::hasMethodTypeQualifiers().
|
friend |
Definition at line 831 of file ParsedAttr.h.
SourceRange clang::ParsedAttributesView::Range |
Definition at line 836 of file ParsedAttr.h.
Referenced by clang::Sema::ActOnAttributedStmt(), clang::Sema::ActOnCXXForRangeIdentifier(), clang::Sema::ProcessStmtAttributes(), clang::takeAndConcatenateAttrs(), and clang::Declarator::takeAttributes().