clang API Documentation
Represents a field declaration created by an @defs(...). More...
#include <DeclObjC.h>


Static Public Member Functions | |
| static ObjCAtDefsFieldDecl * | Create (ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) |
| static ObjCAtDefsFieldDecl * | CreateDeserialized (ASTContext &C, unsigned ID) |
| static bool | classof (const Decl *D) |
| static bool | classofKind (Kind K) |
Represents a field declaration created by an @defs(...).
Definition at line 1455 of file DeclObjC.h.
| static bool clang::ObjCAtDefsFieldDecl::classof | ( | const Decl * | D | ) | [inline, static] |
Reimplemented from clang::FieldDecl.
Definition at line 1473 of file DeclObjC.h.
References classofKind(), and clang::Decl::getKind().
| static bool clang::ObjCAtDefsFieldDecl::classofKind | ( | Kind | K | ) | [inline, static] |
Reimplemented from clang::FieldDecl.
Definition at line 1474 of file DeclObjC.h.
Referenced by classof(), and clang::ASTDeclWriter::VisitFieldDecl().
| ObjCAtDefsFieldDecl * ObjCAtDefsFieldDecl::Create | ( | ASTContext & | C, |
| DeclContext * | DC, | ||
| SourceLocation | StartLoc, | ||
| SourceLocation | IdLoc, | ||
| IdentifierInfo * | Id, | ||
| QualType | T, | ||
| Expr * | BW | ||
| ) | [static] |
Definition at line 1503 of file DeclObjC.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnDefs().
| ObjCAtDefsFieldDecl * ObjCAtDefsFieldDecl::CreateDeserialized | ( | ASTContext & | C, |
| unsigned | ID | ||
| ) | [static] |
Reimplemented from clang::FieldDecl.
Definition at line 1509 of file DeclObjC.cpp.
References AttributeLangSupport::C.