Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCPropertyImplDecl

1554 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) {
1581 ObjCPropertyImplDecl *ObjCImplDecl::
1584 ObjCPropertyImplDecl *PID = *i;
1592 /// FindPropertyImplDecl - This method looks up a previous ObjCPropertyImplDecl
1596 ObjCPropertyImplDecl *ObjCImplDecl::
1599 ObjCPropertyImplDecl *PID = *i;
1704 // ObjCPropertyImplDecl
1707 ObjCPropertyImplDecl *ObjCPropertyImplDecl::Create(ASTContext &C,
1715 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1719 ObjCPropertyImplDecl *ObjCPropertyImplDecl::CreateDeserialized(ASTContext &C,
1721 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCPropertyImplDecl));
1722 return new (Mem) ObjCPropertyImplDecl(0, SourceLocation(), SourceLocation(),
1726 SourceRange ObjCPropertyImplDecl::getSourceRange() const {