Home
last modified time | relevance | path

Searched refs:fixits (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp138 void EmitFixits(raw_ostream &o, ArrayRef<FixItHint> fixits, unsigned indent);
211 void PlistPrinter::EmitFixits(raw_ostream &o, ArrayRef<FixItHint> fixits, in EmitFixits() argument
213 if (fixits.size() == 0) in EmitFixits()
221 for (const auto &fixit : fixits) { in EmitFixits()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h424 std::vector<FixItHint> fixits; variable
470 fixits.push_back(F); in addFixit()
477 ArrayRef<FixItHint> getFixits() const { return fixits; } in getFixits()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td79 def AutoApplyFixIts: Property<"auto-apply-fixits", "Boolean">,
82 def RetriesWithFixIts: Property<"retries-with-fixits", "UInt64">,
85 def NotifyAboutFixIts: Property<"notify-about-fixits", "Boolean">,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def374 ANALYZER_OPTION(bool, ShouldApplyFixIts, "apply-fixits",
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td393 def expression_options_apply_fixits : Option<"apply-fixits", "X">,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2084 def fdiagnostics_parseable_fixits : Flag<["-"], "fdiagnostics-parseable-fixits">, Group<f_clang_Gro…
8077 def code_completion_with_fixits : Flag<["-"], "code-completion-with-fixits">,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td13147 // -fsafe-buffer-usage-suggestions (i.e. lack of -Wunsafe-buffer-usage fixits).