Lines Matching defs:Property
103 } else if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) {
104 if (auto Modified = GetModified(D, Property->getType(), Nullability)) {
105 Property->setType(*Modified, Property->getTypeSourceInfo());
109 Property->setPropertyAttributes(
392 } else if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) {
393 if (!checkAPINotesReplacementType(S, Property->getLocation(),
394 Property->getType(), Type))
395 Property->setType(Type, TypeInfo);
1084 if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) {
1088 (Property->getPropertyAttributesAsWritten() &
1090 auto Info = Reader->lookupObjCProperty(*Context, Property->getName(),
1092 ProcessVersionedAPINotes(*this, Property, Info);