The header files seem to be mostly for interfacing to the language
(or library). Objective-C has its "objc" subdirectory, too. So do PHP
and some "system components".
Still, the bulk of what (I think) would correspond to the Ada RTS,
or AWS or Ada libraries in general lives in
/System/Library/Frameworks/{Tcl,Python}.framework/Versions,
alongside Cocoa, Ruby, IOKit, LDAP, ...
I'd nevertheless hope to find, in an "ada" subdirectory of /usr/include,
Ada related header files for cross language programming.
For example,if GNAT is a system compiler, one might then write
#include <ada/lifecycle.h>
and then the C compiler knows about functions (ultimately) named
void adainit (void);
void adafinal (void);
Thus, if other compilers have a comparable mechanism, the ARG could bless
names of functions controlling it, and programs that call Ada parts
from C parts would be made portable by including the system header.
Once Apple considers Ada part of the system, they will have done it
for us ;-)