Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCPropertyImplDecl

32 class ObjCPropertyImplDecl;
1671 void addPropertyImplementation(ObjCPropertyImplDecl *property);
1673 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId) const;
1674 ObjCPropertyImplDecl *FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const;
1677 typedef specific_decl_iterator<ObjCPropertyImplDecl> propimpl_iterator;
2132 /// ObjCPropertyImplDecl - Represents implementation declaration of a property
2136 class ObjCPropertyImplDecl : public Decl {
2167 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L,
2179 static ObjCPropertyImplDecl *Create(ASTContext &C, DeclContext *DC,
2186 static ObjCPropertyImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);