Home | History | Annotate | Download | only in Sema

Lines Matching refs:bbb

41 /** Aaa bbb<img ddd eee
47 /** Aaa bbb<img ddd eee 42%
63 /// Bbb</p>
67 /// Bbb</p>
117 /// Bbb
125 /// Bbb
133 /// Bbb
141 /// Bbb
148 /// Bbb
155 /// Bbb
162 /// Bbb
215 int test_param13(int aaa, int bbb);
217 // expected-warning@+2 {{parameter 'aab' not found in the function declaration}} expected-note@+2 {{did you mean 'bbb'?}}
220 int test_param14(int aaa, int bbb);
224 int test_param15(int bbb, int ccc);
229 /// \param bbb Bbb.
230 int test_param16(int aaa, int bbb);
235 /// \param bbb Bbb.
236 int test_param17(int aaa, int bbb);
240 /// \param bbb Bbb.
242 int test_param18(int aaa, int bbb);
247 C(int bbb, int ccc);
251 int test_param19(int bbb, int ccc);
257 void test_param20(int bbb, int ccc);
268 /// \param x2 Bbb.
272 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
274 /// \param bbb Bbb.
278 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
280 /// \param bbb Bbb.
284 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
286 /// \param bbb Bbb.
290 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
292 /// \param bbb Bbb.
354 /// \tparam T2 Bbb
356 void test_tparam7(T1 aaa, T2 bbb);
360 /// \tparam OtherTy Bbb
362 void test_tparam8(SomeTy aaa, OtherTy bbb);
366 /// \tparam T1 Bbb
368 void test_tparam9(T1 aaa, T2 bbb);
371 /// \tparam TT Bbb
376 /// \tparam TT Bbb
428 /// \deprecated Bbb
732 void test_attach27(T aaa, U bbb);
739 void test_attach27(int aaa, int bbb);
807 void test_attach34(T aaa, U bbb);
817 void test_attach36(TT aaa, UU bbb);
825 void test_attach35<int>::test_attach36(int aaa, int bbb) {}
833 void test_attach38(int aaa, int bbb);
835 void test_attach39(int aaa, int bbb);
843 void test_attach37<int>::test_attach38(int aaa, int bbb) {}
849 void test_attach37<T>::test_attach39(int aaa, int bbb) {}