Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ObjCPropertyDecl

291     void VisitObjCPropertyDecl(ObjCPropertyDecl *D);
808 void ASTDeclReader::VisitObjCPropertyDecl(ObjCPropertyDecl *D) {
815 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]);
817 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]);
820 (ObjCPropertyDecl::PropertyControl)Record[Idx++]);
853 D->setPropertyDecl(ReadDeclAs<ObjCPropertyDecl>(Record, Idx));
2040 D = ObjCPropertyDecl::CreateDeserialized(Context, ID);