Searched refs:Fix (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp50 if (!D.Message.Fix.empty())
51 return &D.Message.Fix;
53 return !D.Fix.empty();
56 return &Iter->Fix;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h35 for (auto &Replacements : M.Fix) {
40 for (auto &Fix : Fixes) {
41 llvm::Error Err = M.Fix[Fix.getFilePath()].add(Fix);
44 llvm::errs() << "Fix conflicts with existing fix: "
70 llvm::StringMap<clang::tooling::Replacements> Fix; member in class:llvm::yaml::MappingTraits::NormalizedDiagnostic
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h47 llvm::StringMap<Replacements> Fix; member in struct:clang::tooling::DiagnosticMessage
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h310 for (const FixItHint &Fix : DiagStorage->FixItHints)
311 DB.AddFixItHint(Fix);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp701 const FixItHint &Fix = *I; local
702 if (Fix.isNull())
706 AddCharSourceRangeToRecord(Fix.RemoveRange, Record, SM);
707 Record.push_back(Fix.CodeToInsert.size());
709 Fix.CodeToInsert);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h795 ConversionFixItGenerator Fix; member in struct:clang::OverloadCandidate
864 bool CanFix = Fix.tryToFixConversion(
871 Fix.clear();
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp201 ProtectedScopeFixer Fix(BodyCtx);
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dauto190 export ZFSBOOT_PARTITION_SCHEME="GPT + Lenovo Fix"
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1620 for (const tooling::Replacement &Fix : Fixes.first) {
1622 SourceMgr, OriginLoc.getLocWithOffset(Fix.getOffset()),
1623 Fix.getLength(), Fix.getReplacementText()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10285 << (unsigned)(Cand->Fix.Kind);
10363 << (unsigned)(Cand->Fix.Kind);
10366 for (std::vector<FixItHint>::iterator HI = Cand->Fix.Hints.begin(),
10367 HE = Cand->Fix.Hints.end(); HI != HE; ++HI)
11193 unsigned numLFixes = L->Fix.NumConversionsFixed;
11194 unsigned numRFixes = R->Fix.NumConversionsFixed;
11271 Cand->Fix.setConversionChecker(TryCopyInitialization);
12290 // Fix the expression to refer to 'fn'.
14669 // Fix the subexpression, which really has to be an

Completed in 107 milliseconds