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.cpp1094 .FoundSomethingToTrack) in visitNodeMaybeUnsuppress()
2329 Result.FoundSomethingToTrack = true; in handle()
2496 Result.FoundSomethingToTrack = true; in handle()
2509 Result.FoundSomethingToTrack = true; in handle()
2648 .FoundSomethingToTrack; in trackExpressionValue()