Lines Matching defs:Hints
1004 ArrayRef<FixItHint> Hints,
1008 if (Hints.empty() || !DiagOpts->ShowFixits)
1012 for (const auto &H : Hints) {
1286 /// \param Hints The FixIt hints active for this diagnostic.
1289 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) {
1301 if (Loc == LastLoc && Ranges.empty() && Hints.empty() &&
1402 FID, LineNo, sourceColMap, Hints, SM, DiagOpts.get());
1447 emitParseableFixits(Hints, SM);
1507 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints,
1514 for (const auto &H : Hints) {
1520 for (const auto &H : Hints) {