Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp193 bool shouldAddControlNotes() const { in shouldAddControlNotes() function in __anonc89c4a160111::PathDiagnosticConstruct
194 return Consumer->shouldAddControlNotes(); in shouldAddControlNotes()
1238 if (C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
1268 if (!C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
1313 if (!C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h163 bool shouldAddControlNotes() const { in shouldAddControlNotes() function