|
clang 22.0.0git
|
This is the complete list of members for FieldDecl, including all inherited members.
| ASTDeclReader class | FieldDecl | friend |
| ASTDeclWriter class | FieldDecl | friend |
| BitWidth | FieldDecl | |
| CapturedVLAType | FieldDecl | |
| classof(const Decl *D) | FieldDecl | inlinestatic |
| classofKind(Kind K) | FieldDecl | inlinestatic |
| Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, const IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) | FieldDecl | static |
| CreateDeserialized(ASTContext &C, GlobalDeclID ID) | FieldDecl | static |
| FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, const IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) | FieldDecl | inlineprotected |
| findCountedByField() const | FieldDecl | |
| getBitWidth() const | FieldDecl | inline |
| getBitWidthValue() const | FieldDecl | |
| getCanonicalDecl() override | FieldDecl | inlinevirtual |
| getCanonicalDecl() const | FieldDecl | inline |
| getCapturedVLAType() const | FieldDecl | inline |
| getFieldIndex() const | FieldDecl | inline |
| getInClassInitializer() const | FieldDecl | |
| getInClassInitStyle() const | FieldDecl | inline |
| getParent() const | FieldDecl | inline |
| getParent() | FieldDecl | inline |
| getSourceRange() const override LLVM_READONLY | FieldDecl | virtual |
| hasCapturedVLAType() const | FieldDecl | inline |
| hasConstantIntegerBitWidth() const | FieldDecl | |
| hasInClassInitializer() const | FieldDecl | inline |
| hasNonNullInClassInitializer() const | FieldDecl | inline |
| Init | FieldDecl | |
| InitAndBitWidth | FieldDecl | |
| isAnonymousStructOrUnion() const | FieldDecl | |
| isBitField() const | FieldDecl | inline |
| isMutable() const | FieldDecl | inline |
| isPotentiallyOverlapping() const | FieldDecl | |
| isUnnamedBitField() const | FieldDecl | inline |
| isZeroLengthBitField() const | FieldDecl | |
| isZeroSize(const ASTContext &Ctx) const | FieldDecl | |
| printName(raw_ostream &OS, const PrintingPolicy &Policy) const override | FieldDecl | virtual |
| removeBitWidth() | FieldDecl | inline |
| removeInClassInitializer() | FieldDecl | inline |
| setBitWidth(Expr *Width) | FieldDecl | inline |
| setCapturedVLAType(const VariableArrayType *VLAType) | FieldDecl | |
| setInClassInitializer(Expr *NewInit) | FieldDecl |