Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp190 bool shouldAddControlNotes() const { in shouldAddControlNotes() function in __anonc8f820770111::PathDiagnosticConstruct
191 return Consumer->shouldAddControlNotes(); in shouldAddControlNotes()
1237 if (C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
1267 if (!C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
1312 if (!C.shouldAddControlNotes()) { in generatePathDiagnosticsForNode()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h163 bool shouldAddControlNotes() const { in shouldAddControlNotes() function