summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/cp/decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/cp/decl.h')
-rw-r--r--contrib/gcc/cp/decl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gcc/cp/decl.h b/contrib/gcc/cp/decl.h
index dd2357a..179d8a86 100644
--- a/contrib/gcc/cp/decl.h
+++ b/contrib/gcc/cp/decl.h
@@ -27,6 +27,8 @@ enum decl_context
FIELD, /* Declaration inside struct or union */
BITFIELD, /* Likewise but with specified width */
TYPENAME, /* Typename (inside cast or sizeof) */
+ /* APPLE LOCAL blocks 6339747 */
+ BLOCKDEF, /* Declaratin of block literal */
MEMFUNCDEF /* Member function definition */
};
@@ -34,3 +36,7 @@ enum decl_context
extern tree grokdeclarator (const cp_declarator *,
const cp_decl_specifier_seq *,
enum decl_context, int, tree*);
+/* APPLE LOCAL radar 4721858 */
+extern void emit_instantiate_pending_templates (location_t *);
+/* APPLE LOCAL blocks 6040305 (ce) */
+extern tree grokparms (cp_parameter_declarator *first_parm, tree *parms);
OpenPOWER on IntegriCloud