aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/gigi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/gcc-interface/gigi.h')
-rw-r--r--gcc/ada/gcc-interface/gigi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h
index 72983f8..6cee20b 100644
--- a/gcc/ada/gcc-interface/gigi.h
+++ b/gcc/ada/gcc-interface/gigi.h
@@ -999,6 +999,12 @@ extern int fp_size_to_prec (int size);
initialization is likely to disturb debugging. */
extern bool renaming_from_generic_instantiation_p (Node_Id gnat_node);
+/* Try to process all nodes in the deferred context queue. Keep in the queue
+ the ones that cannot be processed yet, remove the other ones. If FORCE is
+ true, force the processing for all nodes, use the global context when nodes
+ don't have a GNU translation. */
+extern void process_deferred_decl_context (bool force);
+
#ifdef __cplusplus
extern "C" {
#endif