Home | History | Annotate | Download | only in Sema

Lines Matching refs:bbb

49 /** Aaa bbb<img ddd eee
55 /** Aaa bbb<img ddd eee 42%
71 /// Bbb</p>
75 /// Bbb</p>
130 /// Bbb
138 /// Bbb
146 /// Bbb
154 /// Bbb
161 /// Bbb
168 /// Bbb
175 /// Bbb
234 int test_param13(int aaa, int bbb);
236 // expected-warning@+2 {{parameter 'aab' not found in the function declaration}} expected-note@+2 {{did you mean 'bbb'?}}
239 int test_param14(int aaa, int bbb);
243 int test_param15(int bbb, int ccc);
248 /// \param bbb Bbb.
249 int test_param16(int aaa, int bbb);
254 /// \param bbb Bbb.
255 int test_param17(int aaa, int bbb);
259 /// \param bbb Bbb.
261 int test_param18(int aaa, int bbb);
266 C(int bbb, int ccc);
270 int test_param19(int bbb, int ccc);
276 void test_param20(int bbb, int ccc);
287 /// \param x2 Bbb.
306 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
308 /// \param bbb Bbb.
312 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
314 /// \param bbb Bbb.
318 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
320 /// \param bbb Bbb.
324 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
326 /// \param bbb Bbb.
330 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
332 /// \param bbb Bbb.
336 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
338 /// \param bbb Bbb.
342 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
344 /// \param bbb Bbb.
348 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
350 /// \param bbb Bbb.
437 /// \tparam T2 Bbb
439 void test_tparam7(T1 aaa, T2 bbb);
443 /// \tparam OtherTy Bbb
445 void test_tparam8(SomeTy aaa, OtherTy bbb);
449 /// \tparam T1 Bbb
451 void test_tparam9(T1 aaa, T2 bbb);
454 /// \tparam TT Bbb
459 /// \tparam TT Bbb
511 /// \deprecated Bbb
816 void test_attach27(T aaa, U bbb);
823 void test_attach27(int aaa, int bbb);
891 void test_attach34(T aaa, U bbb);
901 void test_attach36(TT aaa, UU bbb);
909 void test_attach35<int>::test_attach36(int aaa, int bbb) {}
917 void test_attach38(int aaa, int bbb);
919 void test_attach39(int aaa, int bbb);
927 void test_attach37<int>::test_attach38(int aaa, int bbb) {}
933 void test_attach37<T>::test_attach39(int aaa, int bbb) {}