Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h192 bool FoundSomethingToTrack = false; member
201 FoundSomethingToTrack |= Other.FoundSomethingToTrack; in combineWith()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1157 .FoundSomethingToTrack) in visitNodeMaybeUnsuppress()
2196 Result.FoundSomethingToTrack = true; in handle()
2361 Result.FoundSomethingToTrack = true; in handle()
2374 Result.FoundSomethingToTrack = true; in handle()
2496 .FoundSomethingToTrack; in trackExpressionValue()