clang  3.9.0
clang::ObjCIvarDecl Member List

This is the complete list of members for clang::ObjCIvarDecl, including all inherited members.

AccessControl enum nameclang::ObjCIvarDecl
classof(const Decl *D)clang::ObjCIvarDeclinlinestatic
classofKind(Kind K)clang::ObjCIvarDeclinlinestatic
Create(ASTContext &C, ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW=nullptr, bool synthesized=false)clang::ObjCIvarDeclstatic
clang::FieldDecl::Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle)clang::FieldDeclstatic
CreateDeserialized(ASTContext &C, unsigned ID)clang::ObjCIvarDeclstatic
declarationReplaces(NamedDecl *OldD, bool IsKnownNewer=true) const clang::NamedDecl
DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL)clang::DeclaratorDeclinlineprotected
ExplicitVisibilityKind enum nameclang::NamedDecl
FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle)clang::FieldDeclinlineprotected
getAccessControl() const clang::ObjCIvarDeclinline
getBitWidth() const clang::FieldDeclinline
getBitWidthValue(const ASTContext &Ctx) const clang::FieldDecl
getCanonicalAccessControl() const clang::ObjCIvarDeclinline
getCanonicalDecl() overrideclang::FieldDeclinline
getCanonicalDecl() const clang::FieldDeclinline
getCapturedVLAType() const clang::FieldDeclinline
getContainingInterface() const clang::ObjCIvarDecl
getDeclName() const clang::NamedDeclinline
getExplicitVisibility(ExplicitVisibilityKind kind) const clang::NamedDecl
getFieldIndex() const clang::FieldDecl
getFirstDecl()clang::Mergeable< FieldDecl >inline
getFirstDecl() constclang::Mergeable< FieldDecl >inline
getFormalLinkage() const clang::NamedDeclinline
getIdentifier() const clang::NamedDeclinline
getInClassInitializer() const clang::FieldDeclinline
getInClassInitStyle() const clang::FieldDeclinline
getInnerLocStart() const clang::DeclaratorDeclinline
getLinkageAndVisibility() const clang::NamedDecl
getLinkageInternal() const clang::NamedDecl
getLocStart() const LLVM_READONLYclang::DeclaratorDeclinline
getMostRecentDecl()clang::NamedDeclinline
getMostRecentDecl() const clang::NamedDeclinline
getName() const clang::NamedDeclinline
getNameAsString() const clang::NamedDeclinline
getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const clang::NamedDeclvirtual
getNextIvar()clang::ObjCIvarDeclinline
getNextIvar() const clang::ObjCIvarDeclinline
getNumTemplateParameterLists() const clang::DeclaratorDeclinline
getObjCFStringFormattingFamily() const clang::NamedDecl
getOuterLocStart() const clang::DeclaratorDecl
getParent() const clang::FieldDeclinline
getParent()clang::FieldDeclinline
getQualifiedNameAsString() const clang::NamedDecl
getQualifier() const clang::DeclaratorDeclinline
getQualifierLoc() const clang::DeclaratorDeclinline
getSourceRange() const override LLVM_READONLYclang::FieldDecl
getSynthesize() const clang::ObjCIvarDeclinline
getTemplateParameterList(unsigned index) const clang::DeclaratorDeclinline
getType() const clang::ValueDeclinline
getTypeSourceInfo() const clang::DeclaratorDeclinline
getTypeSpecStartLoc() const clang::DeclaratorDecl
getUnderlyingDecl()clang::NamedDeclinline
getUnderlyingDecl() const clang::NamedDeclinline
getUsageType(QualType objectType) const clang::ObjCIvarDecl
getVisibility() const clang::NamedDeclinline
hasCapturedVLAType() const clang::FieldDeclinline
hasExternalFormalLinkage() const clang::NamedDeclinline
hasInClassInitializer() const clang::FieldDeclinline
hasLinkage() const clang::NamedDecl
hasLinkageBeenComputed() const clang::NamedDeclinline
isAnonymousStructOrUnion() const clang::FieldDecl
isBitField() const clang::FieldDeclinline
isCXXClassMember() const clang::NamedDeclinline
isCXXInstanceMember() const clang::NamedDecl
isExternallyVisible() const clang::NamedDeclinline
isFirstDecl() constclang::Mergeable< FieldDecl >inline
isHidden() const clang::NamedDeclinline
isLinkageValid() const clang::NamedDecl
isMutable() const clang::FieldDeclinline
isUnnamedBitfield() const clang::FieldDeclinline
isWeak() const clang::ValueDecl
Mergeable()clang::Mergeable< FieldDecl >inline
NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)clang::NamedDeclinlineprotected
None enum valueclang::ObjCIvarDecl
Package enum valueclang::ObjCIvarDecl
printName(raw_ostream &os) const clang::NamedDeclinline
printQualifiedName(raw_ostream &OS) const clang::NamedDecl
printQualifiedName(raw_ostream &OS, const PrintingPolicy &Policy) const clang::NamedDecl
Private enum valueclang::ObjCIvarDecl
Protected enum valueclang::ObjCIvarDecl
Public enum valueclang::ObjCIvarDecl
removeBitWidth()clang::FieldDeclinline
removeInClassInitializer()clang::FieldDeclinline
setAccessControl(AccessControl ac)clang::ObjCIvarDeclinline
setBitWidth(Expr *Width)clang::FieldDeclinline
setCapturedVLAType(const VariableArrayType *VLAType)clang::FieldDecl
setDeclName(DeclarationName N)clang::NamedDeclinline
setHidden(bool Hide)clang::NamedDeclinline
setInClassInitializer(Expr *Init)clang::FieldDeclinline
setInnerLocStart(SourceLocation L)clang::DeclaratorDeclinline
setNextIvar(ObjCIvarDecl *ivar)clang::ObjCIvarDeclinline
setQualifierInfo(NestedNameSpecifierLoc QualifierLoc)clang::DeclaratorDecl
setSynthesize(bool synth)clang::ObjCIvarDeclinline
setTemplateParameterListsInfo(ASTContext &Context, ArrayRef< TemplateParameterList * > TPLists)clang::DeclaratorDecl
setType(QualType newType)clang::ValueDeclinline
setTypeSourceInfo(TypeSourceInfo *TI)clang::DeclaratorDeclinline
ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T)clang::ValueDeclinlineprotected
VisibilityForType enum valueclang::NamedDecl
VisibilityForValue enum valueclang::NamedDecl