Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h205 void combineWith(const Result &Other) { in combineWith() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2360 Result.combineWith(getParentTracker().track(LVal, RR, Opts, SFC)); in handle()
2547 Result.combineWith( in handle()
2586 CombinedResult.combineWith(Parent.track(Inner, ExprNode, Opts)); in handle()
2656 CombinedResult.combineWith(Handler->handle(Inner, N, LVNode, Opts)); in track()