Searched refs:file_decl (Results 1 – 1 of 1) sorted by relevance
751 tree file_decl = build_decl (TRANSLATION_UNIT_DECL, 0, 0); in pop_scope() local752 TREE_CHAIN (file_decl) = all_translation_units; in pop_scope()753 all_translation_units = file_decl; in pop_scope()754 context = file_decl; in pop_scope()