Searched refs:file_decl (Results 1 – 1 of 1) sorted by relevance
741 tree file_decl = build_decl (TRANSLATION_UNIT_DECL, 0, 0); in pop_scope() local742 TREE_CHAIN (file_decl) = all_translation_units; in pop_scope()743 all_translation_units = file_decl; in pop_scope()744 context = file_decl; in pop_scope()