Home | History | Annotate | Download | only in Sema

Lines Matching refs:FixIt

2354                                    ArrayRef<FixItHint> Fixit = None);
2381 ArrayRef<FixItHint> Fixit = None);
2629 ArrayRef<FixItHint> FixIt) {
2631 Loc, IsStringLocation, StringRange, FixIt);
2660 /// \param FixIt optional fix it hint for the format string.
2668 ArrayRef<FixItHint> FixIt) {
2672 for (ArrayRef<FixItHint>::iterator I = FixIt.begin(), E = FixIt.end();
2685 for (ArrayRef<FixItHint>::iterator I = FixIt.begin(), E = FixIt.end();
2816 FixItHint fixit =
2827 fixit);
2834 // Warn about pointless flag with a fixit removal.
2852 // Warn about ignored flag with a fixit removal.
4239 // Only issue the FIXIT for arrays of size > 1.
4297 // Output a FIXIT hint if the destination is an array (rather than a
6342 // Check to see if '()' fixit should be emitted.