Lines Matching refs:ObjCPropertyImplDecl
1623 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation()
1650 ObjCPropertyImplDecl *ObjCImplDecl::
1653 ObjCPropertyImplDecl *PID = *i; in FindPropertyImplIvarDecl()
1665 ObjCPropertyImplDecl *ObjCImplDecl::
1668 ObjCPropertyImplDecl *PID = *i; in FindPropertyImplDecl()
1777 ObjCPropertyImplDecl *ObjCPropertyImplDecl::Create(ASTContext &C, in Create()
1785 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar, in Create()
1789 ObjCPropertyImplDecl *ObjCPropertyImplDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
1791 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCPropertyImplDecl)); in CreateDeserialized()
1792 return new (Mem) ObjCPropertyImplDecl(0, SourceLocation(), SourceLocation(), in CreateDeserialized()
1796 SourceRange ObjCPropertyImplDecl::getSourceRange() const { in getSourceRange()