Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCPropertyImplDecl

1148 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) {
1175 ObjCPropertyImplDecl *ObjCImplDecl::
1178 ObjCPropertyImplDecl *PID = *i;
1186 /// FindPropertyImplDecl - This method looks up a previous ObjCPropertyImplDecl
1190 ObjCPropertyImplDecl *ObjCImplDecl::
1193 ObjCPropertyImplDecl *PID = *i;
1298 // ObjCPropertyImplDecl
1301 ObjCPropertyImplDecl *ObjCPropertyImplDecl::Create(ASTContext &C,
1309 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1313 ObjCPropertyImplDecl *ObjCPropertyImplDecl::CreateDeserialized(ASTContext &C,
1315 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCPropertyImplDecl));
1316 return new (Mem) ObjCPropertyImplDecl(0, SourceLocation(), SourceLocation(),
1320 SourceRange ObjCPropertyImplDecl::getSourceRange() const {