clang 22.0.0git
FieldDecl Member List

This is the complete list of members for FieldDecl, including all inherited members.

ASTDeclReader classFieldDeclfriend
ASTDeclWriter classFieldDeclfriend
BitWidthFieldDecl
CapturedVLATypeFieldDecl
classof(const Decl *D)FieldDeclinlinestatic
classofKind(Kind K)FieldDeclinlinestatic
Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, const IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle)FieldDeclstatic
CreateDeserialized(ASTContext &C, GlobalDeclID ID)FieldDeclstatic
FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, const IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle)FieldDeclinlineprotected
findCountedByField() constFieldDecl
getBitWidth() constFieldDeclinline
getBitWidthValue() constFieldDecl
getCanonicalDecl() overrideFieldDeclinlinevirtual
getCanonicalDecl() constFieldDeclinline
getCapturedVLAType() constFieldDeclinline
getFieldIndex() constFieldDeclinline
getInClassInitializer() constFieldDecl
getInClassInitStyle() constFieldDeclinline
getParent() constFieldDeclinline
getParent()FieldDeclinline
getSourceRange() const override LLVM_READONLYFieldDeclvirtual
hasCapturedVLAType() constFieldDeclinline
hasConstantIntegerBitWidth() constFieldDecl
hasInClassInitializer() constFieldDeclinline
hasNonNullInClassInitializer() constFieldDeclinline
InitFieldDecl
InitAndBitWidthFieldDecl
isAnonymousStructOrUnion() constFieldDecl
isBitField() constFieldDeclinline
isMutable() constFieldDeclinline
isPotentiallyOverlapping() constFieldDecl
isUnnamedBitField() constFieldDeclinline
isZeroLengthBitField() constFieldDecl
isZeroSize(const ASTContext &Ctx) constFieldDecl
printName(raw_ostream &OS, const PrintingPolicy &Policy) const overrideFieldDeclvirtual
removeBitWidth()FieldDeclinline
removeInClassInitializer()FieldDeclinline
setBitWidth(Expr *Width)FieldDeclinline
setCapturedVLAType(const VariableArrayType *VLAType)FieldDecl
setInClassInitializer(Expr *NewInit)FieldDecl