clang 18.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 |
Definition at line 808 of file ParsedAttr.h.
|
inline |
Definition at line 861 of file ParsedAttr.h.
Definition at line 857 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes(), and clang::ParsedAttributes::takeAllFrom().
|
inline |
Definition at line 869 of file ParsedAttr.h.
Definition at line 865 of file ParsedAttr.h.
|
inline |
Definition at line 825 of file ParsedAttr.h.
Referenced by addContextSensitiveTypeNullability(), clang::ParsedAttributes::addNew(), clang::ParsedAttributes::addNewPropertyAttr(), clang::ParsedAttributes::addNewTypeAttr(), clang::ParsedAttributes::addNewTypeTagForDatatype(), clang::Sema::AddPragmaAttributes(), ConvertDeclSpecToType(), GetFullTypeForDeclarator(), moveAttrFromListToList(), clang::Sema::ProcessDeclAttributes(), takeDeclAttributes(), clang::ParsedAttributes::takeOneFrom(), and transferARCOwnershipToDeclaratorChunk().
|
inline |
Definition at line 886 of file ParsedAttr.h.
References empty().
|
inline |
Definition at line 890 of file ParsedAttr.h.
References empty().
|
inline |
Definition at line 873 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes(), and clang::Sema::ProcessDeclAttributeList().
|
inline |
Definition at line 874 of file ParsedAttr.h.
|
inline |
Definition at line 836 of file ParsedAttr.h.
Referenced by clang::ParsedAttributes::clear().
|
inline |
Definition at line 820 of file ParsedAttr.h.
Referenced by clang::Sema::ActOnTag(), back(), front(), clang::DeclSpec::hasAttributes(), clang::Sema::ParsedFreeStandingDeclSpec(), clang::Sema::ProcessDeclAttributeList(), clang::Sema::ProcessDeclAttributes(), processTypeAttrs(), and takeDeclAttributes().
|
inline |
Definition at line 875 of file ParsedAttr.h.
Referenced by clang::DeclSpec::addAttributes().
|
inline |
Definition at line 876 of file ParsedAttr.h.
|
inline |
Definition at line 878 of file ParsedAttr.h.
References empty().
|
inline |
Definition at line 882 of file ParsedAttr.h.
References empty().
|
inline |
Definition at line 901 of file ParsedAttr.h.
References clang::ParsedAttr::isDeclspecPropertyAttribute().
Referenced by clang::Sema::ActOnCXXMemberDeclarator(), and hasMSPropertyAttr().
|
inline |
Definition at line 895 of file ParsedAttr.h.
References clang::AttributeCommonInfo::getParsedKind().
Referenced by clang::Sema::ActOnUsingDeclaration(), GetFullTypeForDeclarator(), hasParsedAttr(), and transferARCOwnershipToDeclaratorChunk().
|
inline |
Definition at line 909 of file ParsedAttr.h.
References getMSPropertyAttr().
Referenced by GetFullTypeForDeclarator(), and GetTypeSourceInfoForDeclarator().
|
inlinestatic |
Definition at line 815 of file ParsedAttr.h.
Referenced by clang::Sema::ActOnCXXForRangeIdentifier(), clang::Sema::ActOnFinishKNRParamDeclarations(), clang::Sema::ActOnFriendTypeDecl(), clang::Sema::actOnObjCTypeArgsOrProtocolQualifiers(), clang::Sema::BuildAnonymousStructOrUnion(), clang::Sema::BuildMicrosoftCAnonymousStruct(), clang::Sema::ImplicitlyDefineFunction(), and clang::Parser::ParseTypeName().
|
inline |
Definition at line 822 of file ParsedAttr.h.
|
inline |
Definition at line 823 of file ParsedAttr.h.
|
inline |
Definition at line 830 of file ParsedAttr.h.
Referenced by checkOmittedBlockReturnType(), distributeFunctionTypeAttrFromDeclarator(), distributeObjCPointerTypeAttrFromDeclarator(), moveAttrFromListToList(), and takeDeclAttributes().
|
inline |
Definition at line 821 of file ParsedAttr.h.
Referenced by clang::DeclaratorChunk::getFunction(), and clang::DeclaratorChunk::FunctionTypeInfo::hasMethodTypeQualifiers().
SourceRange clang::ParsedAttributesView::Range |
Definition at line 813 of file ParsedAttr.h.
Referenced by clang::Sema::ActOnAttributedStmt(), clang::Sema::ActOnCXXForRangeIdentifier(), clang::ParsedAttributes::clear(), clang::Sema::ProcessStmtAttributes(), clang::takeAndConcatenateAttrs(), and clang::Declarator::takeAttributes().