Lines Matching defs:import
26 #include "dmd/import.h"
37 module and import declarations, where RESULT_ holds the back-end
50 tree import = build_decl (input_location, IMPORTED_DECL,
52 IMPORTED_DECL_ASSOCIATED_DECL (import) = decl;
53 d_keep (import);
55 return import;
94 /* Build an import of another module symbol. */
96 void visit (Import *m)
102 /* Build an import for any kind of user defined type.
213 /* Import any other kind of declaration. If the class does not implement