Searched refs:cp_declarator (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | parser.c | 841 static cp_declarator *make_call_declarator 842 (cp_declarator *, cp_parameter_declarator *, cp_cv_quals, tree); 843 static cp_declarator *make_array_declarator 844 (cp_declarator *, tree); 845 static cp_declarator *make_pointer_declarator 846 (cp_cv_quals, cp_declarator *); 847 static cp_declarator *make_reference_declarator 848 (cp_cv_quals, cp_declarator *); 850 (cp_decl_specifier_seq *, cp_declarator *, tree); 851 static cp_declarator *make_ptrmem_declarator [all …]
|
| HD | decl.h | 36 extern tree grokdeclarator (const cp_declarator *,
|
| HD | cp-tree.h | 3739 typedef struct cp_declarator cp_declarator; typedef 3750 cp_declarator *declarator; 3759 struct cp_declarator { struct 3766 cp_declarator *declarator; argument 3958 extern tree groktypename (cp_decl_specifier_seq *, const cp_declarator *); 3960 extern tree grokblockdecl (cp_decl_specifier_seq *, const cp_declarator *); 3961 extern tree start_decl (const cp_declarator *, cp_decl_specifier_seq *, int, tree, tree, tree *); 3971 extern tree get_scope_of_declarator (const cp_declarator *); 3982 extern int start_function (cp_decl_specifier_seq *, const cp_declarator *, tree); 3986 extern tree start_method (cp_decl_specifier_seq *, const cp_declarator *, tree); [all …]
|
| HD | decl.c | 3810 const cp_declarator *declarator) in grokblockdecl() 3828 const cp_declarator *declarator) in groktypename() 3856 start_decl (const cp_declarator *declarator, in start_decl() 7216 get_scope_of_declarator (const cp_declarator *declarator) in get_scope_of_declarator() 7434 grokdeclarator (const cp_declarator *declarator, in grokdeclarator() 7477 const cp_declarator *id_declarator; in grokdeclarator() 8112 const cp_declarator *inner_declarator; in grokdeclarator() 11472 const cp_declarator *declarator, in start_function() 12045 const cp_declarator *declarator, tree attrlist) in start_method()
|
| HD | decl2.c | 757 grokfield (const cp_declarator *declarator, in grokfield() 932 grokbitfield (const cp_declarator *declarator, in grokbitfield()
|
| HD | ChangeLog-2004 | 14 * cp-tree.h (cp_declarator): Split "name" field into 4344 (cp_declarator): Use it instead of "tree" as appropriate. 4520 (cp_declarator): Likewise.
|
| HD | ChangeLog | 6394 * cp-tree.h (struct cp_declarator): New id_loc field.
|