Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h191 bool FoundSomethingToTrack = false; member
200 FoundSomethingToTrack |= Other.FoundSomethingToTrack; in combineWith()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1104 .FoundSomethingToTrack) in visitNodeMaybeUnsuppress()
2115 Result.FoundSomethingToTrack = true; in handle()
2280 Result.FoundSomethingToTrack = true; in handle()
2293 Result.FoundSomethingToTrack = true; in handle()
2415 .FoundSomethingToTrack; in trackExpressionValue()