Home | History | Annotate | Download | only in Sema

Lines Matching refs:Fixit

3361                                    ArrayRef<FixItHint> Fixit = None);
3388 ArrayRef<FixItHint> Fixit = None);
3636 ArrayRef<FixItHint> FixIt) {
3638 Loc, IsStringLocation, StringRange, FixIt);
3667 /// \param FixIt optional fix it hint for the format string.
3675 ArrayRef<FixItHint> FixIt) {
3679 D << FixIt;
3689 Note << FixIt;
3827 FixItHint fixit =
3838 fixit);
3845 // Warn about pointless flag with a fixit removal.
3863 // Warn about ignored flag with a fixit removal.
3875 // ArrayRef<FixItHint> Fixit = None);
5424 // Only issue the FIXIT for arrays of size > 1.
5483 // Output a FIXIT hint if the destination is an array (rather than a
7770 // Check to see if '()' fixit should be emitted.