[analyzer][NFC] Refactor CallEvent::isCalled()
authorBalazs Benics <balazs.benics@sigmatechnology.se>
Mon, 18 Oct 2021 12:57:24 +0000 (14:57 +0200)
committerBalazs Benics <balazs.benics@sigmatechnology.se>
Mon, 18 Oct 2021 12:57:24 +0000 (14:57 +0200)
commit3ec7b91141da4b3f4dce4964ca3ea7c3549584d2
tree8c5005c2410336bcd2f961af824c4bf22ade32e2
parent5644d152578f4604f7dc8c908a0a3f91a726ad80
[analyzer][NFC] Refactor CallEvent::isCalled()

Refactor the code to make it more readable.

It will set up further changes, and improvements to this code in
subsequent patches.
This is a non-functional change.

Reviewed By: martong

Differential Revision: https://reviews.llvm.org/D111534
clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
clang/lib/StaticAnalyzer/Core/CallEvent.cpp