Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp190 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon1dcbea900111::PathDiagnosticConstruct
1136 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1208 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1224 if (!C.shouldAddPathEdges()) in generatePathDiagnosticsForNode()
1242 if (!C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
2036 if (PDC->shouldAddPathEdges()) in generate()
2043 if (PDC->shouldAddPathEdges()) { in generate()
2071 if (PDC->shouldAddPathEdges()) { in generate()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h162 bool shouldAddPathEdges() const { return getGenerationScheme() >= Extensive; } in shouldAddPathEdges() function