Home | History | Annotate | Download | only in scripts

Lines Matching refs:defines

218     my $defines = shift;
235 (map { "-D$_" } split(/ +/, $defines)), "-DOBJC_CODE_GENERATION", $fileName or die "Could not open $fileName";
297 my $defines = shift;
307 ReadPublicInterfaces($className, $parentClassName, $defines, $isProtocol);