Searched refs:FixItHints (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 58 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 D | DiagnosticRenderer.h | 134 ArrayRef<FixItHint> FixItHints,
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 163 for (const FixItHint &Fix : DiagStorage->FixItHints) in Emit()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 511 DiagStorage.FixItHints.clear(); in Report() 512 DiagStorage.FixItHints.append(storedDiag.fixit_begin(), in Report()
|