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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp190 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } function in class:__anon2334::PathDiagnosticConstruct
1133 if (C.shouldAddPathEdges()) {
1205 if (C.shouldAddPathEdges()) {
1221 if (!C.shouldAddPathEdges())
1235 if (!C.shouldAddPathEdges()) {
2037 if (PDC->shouldAddPathEdges())
2044 if (PDC->shouldAddPathEdges()) {
2072 if (PDC->shouldAddPathEdges()) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h128 bool shouldAddPathEdges() const { return getGenerationScheme() == Extensive; } function in class:clang::ento::PathDiagnosticConsumer

Completed in 115 milliseconds