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.cpp196 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon2f4a13600111::PathDiagnosticConstruct
1163 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1235 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1251 if (!C.shouldAddPathEdges()) in generatePathDiagnosticsForNode()
1269 if (!C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
2068 if (PDC->shouldAddPathEdges()) in generate()
2075 if (PDC->shouldAddPathEdges()) { in generate()
2103 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