Home
last modified time | relevance | path

Searched refs:EmitSuggestions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h182 bool EmitSuggestions);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2532 bool EmitSuggestions, FixableGadgetList &FixableGadgets, in findGadgets() argument
2537 if (EmitSuggestions) { in findGadgets()
3997 bool EmitSuggestions) { in applyGadgets() argument
3998 if (!EmitSuggestions) { in applyGadgets()
4269 bool EmitSuggestions) { in checkUnsafeBufferUsage() argument
4291 EmitSuggestions = false; in checkUnsafeBufferUsage()
4313 findGadgets(S, D->getASTContext(), Handler, EmitSuggestions, FixableGadgets, in checkUnsafeBufferUsage()
4317 std::move(Tracker), Handler, EmitSuggestions); in checkUnsafeBufferUsage()