Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp191 bool shouldAddControlNotes() const { in shouldAddControlNotes() function in __anon1dcbea900111::PathDiagnosticConstruct
192 return Consumer->shouldAddControlNotes(); in shouldAddControlNotes()
1238 if (C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
1268 if (!C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
1313 if (!C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h163 bool shouldAddControlNotes() const { in shouldAddControlNotes() function