Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp190 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon7d63be500111::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()
2036 if (PDC->shouldAddPathEdges()) in generate()
2043 if (PDC->shouldAddPathEdges()) { in generate()
2071 if (PDC->shouldAddPathEdges()) { in generate()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h169 bool shouldAddPathEdges() const { return getGenerationScheme() == Extensive; } in shouldAddPathEdges() function