Home
last modified time | relevance | path

Searched refs:FixItHints (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp58 static void mergeFixits(ArrayRef<FixItHint> FixItHints, in mergeFixits() argument
62 for (const auto &Hint : FixItHints) in mergeFixits()
90 ArrayRef<FixItHint> FixItHints, in emitDiagnostic() argument
105 if (!FixItHints.empty()) { in emitDiagnostic()
106 mergeFixits(FixItHints, Loc.getManager(), LangOpts, MergedFixits); in emitDiagnostic()
107 FixItHints = MergedFixits; in emitDiagnostic()
110 for (const auto &Hint : FixItHints) in emitDiagnostic()
127 emitCaret(Loc, Level, MutableRanges, FixItHints); in emitDiagnostic()
132 emitMacroExpansions(UnexpandedLoc, Level, MutableRanges, FixItHints); in emitDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h134 ArrayRef<FixItHint> FixItHints,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h163 for (const FixItHint &Fix : DiagStorage->FixItHints) in Emit()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp511 DiagStorage.FixItHints.clear(); in Report()
512 DiagStorage.FixItHints.append(storedDiag.fixit_begin(), in Report()