Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp203 bool shouldAddControlNotes() const { in shouldAddControlNotes() function in __anon2f4a13600111::PathDiagnosticConstruct
204 return Consumer->shouldAddControlNotes(); in shouldAddControlNotes()
1248 if (C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
1278 if (!C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
1323 if (!C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h163 bool shouldAddControlNotes() const { in shouldAddControlNotes() function