Home | History | Annotate | Download | only in Sema

Lines Matching refs:ccc

132 /// \brief Ccc
140 /// \short Ccc
148 /// \brief Ccc
156 /// \return Ccc
163 /// \returns Ccc
170 /// \result Ccc
177 /// \return Ccc
243 int test_param15(int bbb, int ccc);
246 /// \param aab Ccc.
253 /// \param aab Ccc.
260 /// \param aab Ccc.
266 C(int bbb, int ccc);
270 int test_param19(int bbb, int ccc);
276 void test_param20(int bbb, int ccc);
288 /// \param x2 Ccc.
306 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
310 typedef int test_function_like_typedef1(int aaa, int ccc);
312 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
316 typedef int (*test_function_like_typedef2)(int aaa, int ccc);
318 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
322 typedef int (* const test_function_like_typedef3)(int aaa, int ccc);
324 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
328 typedef int (C::*test_function_like_typedef4)(int aaa, int ccc);
330 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
334 typedef foo::function_wrapper<int (int aaa, int ccc)> test_function_like_typedef5;
336 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
340 typedef foo::function_wrapper<int (int aaa, int ccc)> *test_function_like_typedef6;
342 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
346 typedef foo::function_wrapper<int (int aaa, int ccc)> &test_function_like_typedef7;
348 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
352 typedef foo::function_wrapper<int (int aaa, int ccc)> &&test_function_like_typedef8;
460 /// \tparam TTT Ccc