Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp190 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon21c281ab0111::PathDiagnosticConstruct
1133 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1205 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
1221 if (!C.shouldAddPathEdges()) in generatePathDiagnosticsForNode()
1235 if (!C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()
2035 if (PDC->shouldAddPathEdges()) in generate()
2042 if (PDC->shouldAddPathEdges()) { in generate()
2070 if (PDC->shouldAddPathEdges()) { in generate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h167 bool shouldAddPathEdges() const { return getGenerationScheme() == Extensive; } in shouldAddPathEdges() function