Home
last modified time | relevance | path

Searched refs:template_type (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_type.py463 template_type = cursor_type.get_template_argument_type(0)
464 self.assertEqual(template_type.spelling, 'Foo')
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c9716 tree template_type = TREE_TYPE (templ); in lookup_template_class_1() local
9725 if (template_type == error_mark_node) in lookup_template_class_1()
9783 || currently_open_class (template_type)) in lookup_template_class_1()
9785 tree tinfo = TYPE_TEMPLATE_INFO (template_type); in lookup_template_class_1()
9788 return template_type; in lookup_template_class_1()
9881 else if (TREE_CODE (template_type) == ENUMERAL_TYPE) in lookup_template_class_1()
9885 set_current_access_from_decl (TYPE_NAME (template_type)); in lookup_template_class_1()
9886 t = start_enum (TYPE_IDENTIFIER (template_type), NULL_TREE, in lookup_template_class_1()
9887 tsubst (ENUM_UNDERLYING_TYPE (template_type), in lookup_template_class_1()
9889 tsubst_attributes (TYPE_ATTRIBUTES (template_type), in lookup_template_class_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc9944 tree template_type = TREE_TYPE (templ); in lookup_template_class_1() local
9953 if (template_type == error_mark_node) in lookup_template_class_1()
10021 || currently_open_class (template_type)) in lookup_template_class_1()
10023 tree tinfo = TYPE_TEMPLATE_INFO (template_type); in lookup_template_class_1()
10026 return template_type; in lookup_template_class_1()
10118 else if (TREE_CODE (template_type) == ENUMERAL_TYPE) in lookup_template_class_1()
10122 set_current_access_from_decl (TYPE_NAME (template_type)); in lookup_template_class_1()
10123 t = start_enum (TYPE_IDENTIFIER (template_type), NULL_TREE, in lookup_template_class_1()
10124 tsubst (ENUM_UNDERLYING_TYPE (template_type), in lookup_template_class_1()
10126 tsubst_attributes (TYPE_ATTRIBUTES (template_type), in lookup_template_class_1()
[all …]
H A DChangeLog-19982897 (template_type, self_template_type): Use .finish_template_type.
5815 (typename_sub): Allow a template_type, an explicit_template_type,
6748 (template_type): Pass extra parameter to lookup_template_class.
6815 (template_type): Use it.
H A DChangeLog-19971317 aggr template_type.
H A DChangeLog-19963144 (template_type): Use it.
H A DChangeLog-19944217 'template_type SCOPED_NAME' rule.