summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-domain-cpp/roles-targets-warn.rst
blob: 57083ff15a7821e55c0b79cd97263dcaeb1034e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
.. default-domain:: cpp

.. namespace:: RolesTargetsWarn

.. class:: Class

	class
	struct
	:union:`Class`
	:func:`Class`
	:member:`Class`
	:var:`Class`
	type
	:concept:`Class`
	:enum:`Class`
	:enumerator:`Class`

.. union:: Union

	:class:`Union`
	:struct:`Union`
	union
	:func:`Union`
	:member:`Union`
	:var:`Union`
	type
	:concept:`Union`
	:enum:`Union`
	:enumerator:`Union`

.. function:: void Function()

	:class:`Function`
	:struct:`Function`
	:union:`Function`
	func
	:member:`Function`
	:var:`Function`
	type
	:concept:`Function`
	:enum:`Function`
	:enumerator:`Function`

.. var:: int Variable

	:class:`Variable`
	:struct:`Variable`
	:union:`Variable`
	:func:`Variable`
	member
	var
	:type:`Variable`
	:concept:`Variable`
	:enum:`Variable`
	:enumerator:`Variable`

.. type:: Type = void

	:class:`Type`
	:struct:`Type`
	:union:`Type`
	:func:`Type`
	:member:`Type`
	:var:`Type`
	type
	:concept:`Type`
	:enum:`Type`
	:enumerator:`Type`

.. concept:: template<typename T> Concept

	:class:`Concept`
	:struct:`Concept`
	:union:`Concept`
	:func:`Concept`
	:member:`Concept`
	:var:`Concept`
	:type:`Concept`
	concept
	:enum:`Concept`
	:enumerator:`Concept`

.. enum-struct:: Enum

	:class:`Enum`
	:struct:`Enum`
	:union:`Enum`
	:func:`Enum`
	:member:`Enum`
	:var:`Enum`
	type
	:concept:`Enum`
	enum
	:enumerator:`Enum`

	.. enumerator:: Enumerator

	:class:`Enumerator`
	:struct:`Enumerator`
	:union:`Enumerator`
	:func:`Enumerator`
	:member:`Enumerator`
	:var:`Enumerator`
	:type:`Enumerator`
	:concept:`Enumerator`
	:enum:`Enumerator`
	enumerator

.. class:: template<typename TParamType, \
                    int TParamVar, \
                    template<typename> typename TParamTemplate \
                     > ClassTemplate

	class
	struct
	union
	:func:`TParamType`
	member
	var
	type
	:concept:`TParamType`
	:enum:`TParamType`
	:enumerator:`TParamType`

	class
	struct
	union
	:func:`TParamVar`
	member
	var
	type
	:concept:`TParamVar`
	:enum:`TParamVar`
	:enumerator:`TParamVar`

	class
	struct
	union
	:func:`TParamTemplate`
	member
	var
	type
	:concept:`TParamTemplate`
	:enum:`TParamTemplate`
	:enumerator:`TParamTemplate`

.. function:: void FunctionParams(int FunctionParam)

	:class:`FunctionParam`
	:struct:`FunctionParam`
	:union:`FunctionParam`
	:func:`FunctionParam`
	member
	var
	:type:`FunctionParam`
	:concept:`FunctionParam`
	:enum:`FunctionParam`
	:enumerator:`FunctionParam`