Home | History | Annotate | Download | only in scripts

Lines Matching refs:headerContent

40 my @headerContent = ();
748 push(@headerContent, "enum {\n");
749 push(@headerContent, $combinedConstants);
750 push(@headerContent, "\n};\n\n");
758 push(@headerContent, $interfaceDeclaration);
845 push(@headerContent, @headerAttributes) if @headerAttributes > 0;
948 push(@headerContent, "\n") if $buildingForLeopardOrLater and @headerAttributes > 0;
949 push(@headerContent, @headerFunctions);
954 push(@headerContent, @deprecatedHeaderFunctions);
958 push(@headerContent, "\@end\n");
962 push(@headerContent, "\n\@interface $className (" . $className . "Deprecated)\n");
963 push(@headerContent, @deprecatedHeaderFunctions);
964 push(@headerContent, "\@end\n");
967 push(@headerContent, "\n#endif\n") if length $interfaceAvailabilityVersion;
1753 print HEADER @headerContent;
1758 @headerContent = ();