Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp192 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anonc89c4a160111::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()
2037 if (PDC->shouldAddPathEdges()) in generate()
2044 if (PDC->shouldAddPathEdges()) { in generate()
2072 if (PDC->shouldAddPathEdges()) { in generate()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h162 bool shouldAddPathEdges() const { return getGenerationScheme() >= Extensive; } in shouldAddPathEdges() function