Lines Matching refs:ObjCPropertyImplDecl
1973 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) {
2000 ObjCPropertyImplDecl *ObjCImplDecl::
2009 /// FindPropertyImplDecl - This method looks up a previous ObjCPropertyImplDecl
2013 ObjCPropertyImplDecl *ObjCImplDecl::
2130 // ObjCPropertyImplDecl
2133 ObjCPropertyImplDecl *ObjCPropertyImplDecl::Create(ASTContext &C,
2141 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
2145 ObjCPropertyImplDecl *ObjCPropertyImplDecl::CreateDeserialized(ASTContext &C,
2147 return new (C, ID) ObjCPropertyImplDecl(nullptr, SourceLocation(),
2152 SourceRange ObjCPropertyImplDecl::getSourceRange() const {