Searched refs:setterName (Results 1 – 4 of 4) sorted by relevance
447 my $setterName = "set" . ucfirst($attributeName);452 $property = " void $setterName($attributeType)";748 my $setterName = "set" . ucfirst($attributeName);758 push(@implContent, "void $className\:\:$setterName($attributeType $argName)\n");
801 my $setterName = "set" . ucfirst($attributeName) . ":";809 $conflict = $conflictMethod{$setterName};811 warn "$className conflicts with $conflict method $setterName\n";833 …my $setter = "- (void)$setterName(" . $attributeType . ")new" . ucfirst($attributeName) . $declara…1369 my $setterName = "set" . ucfirst($attributeInterfaceName);1378 my $setterSig = "- (void)$setterName:($attributeType)$argName\n";
523 my $setterName = $attributeIsReadonly ? "0" : $self->_setterName($_);528 return "{ \"$attributeName\", $getterName, $setterName, " . join(" | ", @attributes) . " }";
487 IdentifierInfo *setterName = in findGetter() local489 const char *compStr = setterName->getNameStart(); in findGetter()