Home | History | Annotate | Download | only in cp

Lines Matching defs:cloc

3861   location_t cloc = location_of (fn);
3865 cloc = loc;
3867 inform (cloc, "%s%<%D(%T, %T, %T)%> (built-in)", msg, fn,
3872 inform (cloc, "%s%<%D(%T, %T)%> (built-in)", msg, fn,
3876 inform (cloc, "%s%<%D(%T)%> (built-in)", msg, fn,
3880 inform (cloc, "%s%qT (conversion)", msg, fn);
3882 inform (cloc, "%s%#qD (near match)", msg, fn);
3884 inform (cloc, "%s%#qD (deleted)", msg, fn);
3886 inform (cloc, "%s%#qD (reversed)", msg, fn);
3888 inform (cloc, "%s%#qD (rewritten)", msg, fn);
3890 inform (cloc, "%s%#qD", msg, fn);
3893 cloc = location_of (candidate->fn);
3894 inform (cloc, " inherited here");
3904 print_arity_information (cloc, r->u.arity.actual,
3909 print_conversion_rejection (cloc, &r->u.conversion, fn);
3912 print_conversion_rejection (cloc, &r->u.bad_conversion, fn);
3915 inform (cloc, " return type %qT of explicit conversion function "
3921 inform (cloc, " conversion from return type %qT of template "
3932 inform (cloc, " substitution of deduced template arguments "
3937 inform (cloc, " template argument deduction/substitution failed:");
3950 inform (cloc,
3955 diagnose_constraints (cloc, fn, NULL_TREE);
3958 inform (cloc, " an inherited constructor is not a candidate for "