Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h162 bool shouldAddPathEdges() const { return getGenerationScheme() >= Extensive; } in shouldAddPathEdges() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp202 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon41f697930111::PathDiagnosticConstruct