Lines Matching refs:complain
161 If COMPLAIN is true, warning about duplicate friend is issued.
166 add_friend (tree type, tree decl, bool complain)
190 if (complain)
232 If COMPLAIN is true, warning about duplicate friend is issued.
237 make_friend_class (tree type, tree friend_type, bool complain)
286 So don't complain in C++11 mode. */
288 pedwarn (input_location, complain ? 0 : OPT_Wpedantic,
331 if (complain)
454 if (complain)
464 if (complain)
602 add_friend (current_class_type, decl, /*complain=*/true);
673 /*complain=*/true);