Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp189 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon779a96dc0111::PathDiagnosticConstruct
1135 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1207 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1223 if (!C.shouldAddPathEdges()) in generatePathDiagnosticsForNode()
1241 if (!C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
2036 if (PDC->shouldAddPathEdges()) in generate()
2043 if (PDC->shouldAddPathEdges()) { in generate()
2071 if (PDC->shouldAddPathEdges()) { in generate()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DPathDiagnostic.h162 bool shouldAddPathEdges() const { return getGenerationScheme() >= Extensive; } in shouldAddPathEdges() function