Searched refs:template_arg (Results 1 – 11 of 11) sorted by relevance
706 llvm::StringRef template_arg = in GetTypeScopeAndBasename() local708 while (template_depth > 0 && !template_arg.empty()) { in GetTypeScopeAndBasename()709 if (template_arg.front() == '<') in GetTypeScopeAndBasename()711 else if (template_arg.front() == '>') in GetTypeScopeAndBasename()713 template_arg = template_arg.drop_front(1); in GetTypeScopeAndBasename()717 if (template_arg.empty()) in GetTypeScopeAndBasename()719 basename = template_arg; in GetTypeScopeAndBasename()
453 %type <ttype> template_arg template_arg_1712 | template_template_parm '=' template_arg1129 template_arg1131 | template_arg_list ',' template_arg1135 template_arg:
3628 * parse.y (template_arg): Call make_unbound_class_template with11669 * parse.y (template_arg): Add rule for template qualified with12306 (template_arg): Use it.12361 (template_arg): Use it.12484 * parse.y (template_arg): Convert TEMPLATE_DECL
10402 * parse.y (template_arg): Add PTYPENAME expansion.13117 * parse.y (template_parm): Use template_arg instead of PTYPENAME13486 (template_arg): Set processing_template_arg.13487 (template_arg1): Rules moved from template_arg.19408 * parse.y (template_arg): The expr has precedence like '>'.
1161 struct template_arg templ_arg; in c_type_print_base()
713 struct template_arg struct
3588 struct template_arg arg; in hpread_read_struct_type()3783 TYPE_TEMPLATE_ARGS (type) = (struct template_arg *) in hpread_read_struct_type()3784 obstack_alloc (&objfile->objfile_obstack, sizeof (struct template_arg) * n_templ_args); in hpread_read_struct_type()
1797 * parse.y (template_arg): Add rule for template qualified with2434 (template_arg): Use it.2489 (template_arg): Use it.2612 * parse.y (template_arg): Convert TEMPLATE_DECL
3614 * parse.y (template_arg): Add PTYPENAME expansion.6329 * parse.y (template_parm): Use template_arg instead of PTYPENAME6698 (template_arg): Set processing_template_arg.6699 (template_arg1): Rules moved from template_arg.
2225 * parse.y (template_arg): Call make_unbound_class_template with
3130 * parse.y (template_arg): The expr has precedence like '>'.