Home | History | Annotate | Download | only in Sema

Lines Matching full:parameter

197 // expected-warning@+1 {{whitespace is not allowed in parameter passing direction}}
201 // expected-warning@+1 {{whitespace is not allowed in parameter passing direction}}
205 // expected-warning@+1 {{unrecognized parameter passing direction, valid directions are '[in]', '[out]' and '[in,out]'}}
209 // expected-warning@+1 {{parameter 'a' not found in the function declaration}}
213 // expected-warning@+1 {{parameter 'A' not found in the function declaration}} expected-note@+1 {{did you mean 'a'?}}
217 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}} expected-note@+1 {{did you mean 'aaa'?}}
221 // expected-warning@+2 {{parameter 'aab' not found in the function declaration}} expected-note@+2 {{did you mean 'bbb'?}}
226 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}}
230 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}}
236 // expected-warning@+2 {{parameter 'aab' not found in the function declaration}}
242 // expected-warning@+3 {{parameter 'aab' not found in the function declaration}}
249 // expected-warning@+1 {{parameter 'aaa' not found in the function declaration}}
253 // expected-warning@+1 {{parameter 'aaa' not found in the function declaration}}
258 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}}
263 // expected-warning@+3 {{parameter 'a' is already documented}}
269 // expected-warning@+4 {{parameter 'x2' is already documented}}
276 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
282 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
288 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
294 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
326 // expected-warning@+1 {{template parameter 'T' not found in the template declaration}} expected-note@+1 {{did you mean 'TT'?}}
331 // expected-warning@+1 {{template parameter 'T' not found in the template declaration}} expected-note@+1 {{did you mean 'TT'?}}
335 // expected-warning@+1 {{template parameter 'T' not found in the template declaration}} expected-note@+1 {{did you mean 'TTT'?}}
346 // expected-warning@+1 {{template parameter 'SomTy' not found in the template declaration}} expected-note@+1 {{did you mean 'SomeTy'?}}
352 // expected-warning@+2 {{template parameter 'T1' is already documented}} expected-note@+1 {{previous documentation}}
380 // expected-warning@+1 {{template parameter 'U' not found in the template declaration}} expected-note@+1 {{did you mean 'T'?}}
704 // expected-warning@+2 {{template parameter 'T' not found in the template declaration}}
763 // expected-warning@+2 {{template parameter 'T' not found in the template declaration}}
782 // expected-warning@+2 {{template parameter 'T' not found in the template declaration}}
790 // expected-warning@+2 {{template parameter 'T' not found in the template declaration}}
808 // expected-warning@+2 {{template parameter 'T' not found in the template declaration}}
820 // We used to emit warning that parameter 'a' is not found because we parsed
821 // the comment in context of the redeclaration which does not have parameter
907 // expected-warning@+2 {{empty paragraph passed to '@param' command}} expected-warning@+2 {{parameter 'x' not found in the function declaration}}
908 // expected-warning@+2 {{empty paragraph passed to '@param' command}} expected-warning@+2 {{parameter 'y' not found in the function declaration}}
913 // expected-warning@+3 {{empty paragraph passed to '@param' command}} expected-warning@+3 {{parameter 'x' not found in the function declaration}}
914 // expected-warning@+3 {{empty paragraph passed to '@param' command}} expected-warning@+3 {{parameter 'y' not found in the function declaration}}