Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h199 bool FoundSomethingToTrack = false; member
208 FoundSomethingToTrack |= Other.FoundSomethingToTrack; in combineWith()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1187 .FoundSomethingToTrack) in visitNodeMaybeUnsuppress()
2377 Result.FoundSomethingToTrack = true; in handle()
2544 Result.FoundSomethingToTrack = true; in handle()
2557 Result.FoundSomethingToTrack = true; in handle()
2696 .FoundSomethingToTrack; in trackExpressionValue()