Home
last modified time | relevance | path

Searched defs:Fixits (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp72 ArrayRef<FixItHint> Fixits) { in FlushDiagnosticsImpl() argument
H A DBugReporter.cpp3367 EmitBasicReport(const Decl * DeclWithIssue,const CheckerBase * Checker,StringRef Name,StringRef Category,StringRef Str,PathDiagnosticLocation Loc,ArrayRef<SourceRange> Ranges,ArrayRef<FixItHint> Fixits) EmitBasicReport() argument
3377 EmitBasicReport(const Decl * DeclWithIssue,CheckerNameRef CheckName,StringRef name,StringRef category,StringRef str,PathDiagnosticLocation Loc,ArrayRef<SourceRange> Ranges,ArrayRef<FixItHint> Fixits) EmitBasicReport() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp214 SmallVector<FixItHint, 1> Fixits; in Report() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h134 SmallVector<FixItHint, 4> Fixits; variable
/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp1063 __anon6cabf51d1002( llvm::Expected<ClangdServer::CodeActionResult> Fixits) onCodeAction() argument
/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2910 std::optional<FixItList> Fixits = F->getFixits(S); getFixIts() local