Searched defs:shouldAddPathEdges (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ | ||
H A D | PathDiagnostic.h | 162 bool shouldAddPathEdges() const { return getGenerationScheme() >= Extensive; } in shouldAddPathEdges() function |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | BugReporter.cpp | 192 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } shouldAddPathEdges() function in __anonf26c79320111::PathDiagnosticConstruct |