Lines Matching defs:Fix
126 DiagWithFix->Fix[Replacement.getFilePath()].add(Replacement);
130 llvm::errs() << "Fix conflicts with existing fix! "
132 assert(false && "Fix conflicts with existing fix!");
354 if (!Diagnostic.Message.Fix.empty())
355 return &Diagnostic.Message.Fix;
360 if (!Note.Fix.empty()) {
364 Result = &Note.Fix;
664 if (const auto *Fix = getFixIt(Error, GetFixesFromNotes))
666 &Error, const_cast<llvm::StringMap<tooling::Replacements> *>(Fix));
788 Error.Message.Fix;
790 (*Inserted.first)->Message.Fix;
795 ExistingError.Message.Fix.clear();