Home | History | Annotate | Download | only in Sema

Lines Matching defs:fixit

7764                        ArrayRef<FixItHint> Fixit = None);
7791 ArrayRef<FixItHint> Fixit = None);
8091 ArrayRef<FixItHint> FixIt) {
8093 Loc, IsStringLocation, StringRange, FixIt);
8122 /// \param FixIt optional fix it hint for the format string.
8127 Range StringRange, ArrayRef<FixItHint> FixIt) {
8131 D << FixIt;
8141 Note << FixIt;
8292 FixItHint fixit =
8303 fixit);
8310 // Warn about pointless flag with a fixit removal.
8328 // Warn about ignored flag with a fixit removal.
10271 // Only issue the FIXIT for arrays of size > 1.
10330 // Output a FIXIT hint if the destination is an array (rather than a
13122 // Check to see if '()' fixit should be emitted.