reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
892 unsigned Attr = Prop->getPropertyAttributesAsWritten(); 897 Mismatches.push_back({Prop, Kind, AttributeName}); 928 if (Property->getGetterName() != Prop->getGetterName()) { 929 Mismatches.push_back({Prop, DifferentGetter, ""}); 932 if (!Property->isReadOnly() && !Prop->isReadOnly() && 933 Property->getSetterName() != Prop->getSetterName()) { 934 Mismatches.push_back({Prop, DifferentSetter, ""}); 937 QualType LHSType = S.Context.getCanonicalType(Prop->getType()); 943 Mismatches.push_back({Prop, IncompatibleType, ""});