Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp202 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon2f4a13600111::PathDiagnosticConstruct
1146 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1218 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1234 if (!C.shouldAddPathEdges()) in generatePathDiagnosticsForNode()
1252 if (!C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
2051 if (PDC->shouldAddPathEdges()) in generate()
2058 if (PDC->shouldAddPathEdges()) { in generate()
2086 if (PDC->shouldAddPathEdges()) { in generate()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h162 bool shouldAddPathEdges() const { return getGenerationScheme() >= Extensive; } in shouldAddPathEdges() function