Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCPropertyDecl

31 class ObjCPropertyDecl;
451 typedef specific_decl_iterator<ObjCPropertyDecl> prop_iterator;
498 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
853 ObjCPropertyDecl
1709 /// ObjCPropertyDecl - Represents one property declaration in an interface.
1713 class ObjCPropertyDecl : public NamedDecl {
1756 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id,
1768 static ObjCPropertyDecl *Create(ASTContext &C, DeclContext *DC,
1775 static ObjCPropertyDecl *CreateDeserialized(ASTContext &C, unsigned ID);
1878 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
1882 static bool classof(const ObjCPropertyDecl *D) { return true; }
1908 ObjCPropertyDecl *PropertyDecl;
1921 ObjCPropertyDecl *property,
1934 ObjCPropertyDecl *property,
1946 ObjCPropertyDecl *getPropertyDecl() const {
1949 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; }