Home
last modified time | relevance | path

Searched refs:DeclaratorList (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/byacc/test/
H A Dgrammar.y191 } 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 Dgrammar.tab.c221 } 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 DTree.cpp405 case NodeKind::DeclaratorList: in getDelimiterTokenKind()
419 case NodeKind::DeclaratorList: in getTerminationKind()
435 case NodeKind::DeclaratorList: in canBeEmpty()
H A DSynthesis.cpp197 case syntax::NodeKind::DeclaratorList: in allocateTree()
198 return new (A.getAllocator()) syntax::DeclaratorList; in allocateTree()
H A DNodes.cpp177 syntax::DeclaratorList::getDeclarators() { in getDeclarators()
187 syntax::DeclaratorList::getDeclaratorsAndCommas() { in getDeclaratorsAndCommas()
H A DBuildTree.cpp1595 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 DNodes.h393 class DeclaratorList final : public List {
395 DeclaratorList() : List(NodeKind::DeclaratorList) {} in DeclaratorList() function
H A DNodes.td30 def DeclaratorList : External<List> {}
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c241 } 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()