Searched refs:DeclaratorList (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/byacc/test/ |
| H A D | grammar.y | 191 } DeclaratorList; typedef 208 DeclaratorList decl_list; 234 extern void new_decl_list (DeclaratorList *, Declarator *); 235 extern void free_decl_list (DeclaratorList *); 236 extern void add_decl_list (DeclaratorList *, DeclaratorList *, Declarator *); 244 extern void set_param_types (ParameterList *, DeclSpec *, DeclaratorList *); 245 extern void gen_declarations (DeclSpec *, DeclaratorList *); 410 gen_declarations(&$1, (DeclaratorList *)0);
|
| /freebsd/contrib/byacc/test/yacc/ |
| H A D | grammar.tab.c | 221 } DeclaratorList; typedef 238 DeclaratorList decl_list; 264 extern void new_decl_list (DeclaratorList *, Declarator *); 265 extern void free_decl_list (DeclaratorList *); 266 extern void add_decl_list (DeclaratorList *, DeclaratorList *, Declarator *); 274 extern void set_param_types (ParameterList *, DeclSpec *, DeclaratorList *); 275 extern void gen_declarations (DeclSpec *, DeclaratorList *); 1329 gen_declarations(&yystack.l_mark[-1].decl_spec, (DeclaratorList *)0); in YYPARSE_DECL()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Tree.cpp | 405 case NodeKind::DeclaratorList: in getDelimiterTokenKind() 419 case NodeKind::DeclaratorList: in getTerminationKind() 435 case NodeKind::DeclaratorList: in canBeEmpty()
|
| H A D | Synthesis.cpp | 197 case syntax::NodeKind::DeclaratorList: in allocateTree() 198 return new (A.getAllocator()) syntax::DeclaratorList; in allocateTree()
|
| H A D | Nodes.cpp | 177 syntax::DeclaratorList::getDeclarators() { in getDeclarators() 187 syntax::DeclaratorList::getDeclaratorsAndCommas() { in getDeclaratorsAndCommas()
|
| H A D | BuildTree.cpp | 1595 Builder.markChild(new (allocator()) syntax::DeclaratorList, in processDeclaratorAndDeclaration() 1613 auto *DL = new (allocator()) syntax::DeclaratorList; in processDeclaratorAndDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 393 class DeclaratorList final : public List { 395 DeclaratorList() : List(NodeKind::DeclaratorList) {} in DeclaratorList() function
|
| H A D | Nodes.td | 30 def DeclaratorList : External<List> {}
|
| /freebsd/contrib/byacc/test/btyacc/ |
| H A D | grammar.tab.c | 241 } DeclaratorList; typedef 258 DeclaratorList decl_list; 284 extern void new_decl_list (DeclaratorList *, Declarator *); 285 extern void free_decl_list (DeclaratorList *); 286 extern void add_decl_list (DeclaratorList *, DeclaratorList *, Declarator *); 294 extern void set_param_types (ParameterList *, DeclSpec *, DeclaratorList *); 295 extern void gen_declarations (DeclSpec *, DeclaratorList *); 2056 gen_declarations(&yystack.l_mark[-1].decl_spec, (DeclaratorList *)0); in YYPARSE_DECL()
|