Lines Matching refs:iloc
22273 gcc_rich_location iloc (loc);
22274 iloc.add_fixit_remove ();
22275 inform (&iloc, "remove parentheses to default-initialize "
22303 gcc_rich_location iloc (loc);
22310 iloc.add_fixit_replace (get_start (loc), "{");
22311 iloc.add_fixit_replace (get_finish (loc), "}");
22312 inform (&iloc, "replace parentheses with braces to declare a "
22317 iloc.add_fixit_insert_after (get_start (loc), "(");
22318 iloc.add_fixit_insert_before (get_finish (loc), ")");
22319 inform (&iloc, "add parentheses to declare a variable");
22328 gcc_rich_location iloc (loc);
22331 iloc.add_fixit_replace (get_start (loc), "{");
22332 iloc.add_fixit_replace (get_finish (loc), "}");
22333 inform (&iloc, "replace parentheses with braces to declare a "