to SValBuilder. These two query methods are useful
for constructing SVals.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122467
91177308-0d34-0410-b5e6-
96231b3b80d8
const ASTContext &getContext() const { return Context; }
GRStateManager &getStateManager() { return StateMgr; }
+
+ QualType getConditionType() const {
+ return getContext().IntTy;
+ }
+
+ QualType getArrayIndexType() const {
+ return ArrayIndexTy;
+ }
BasicValueFactory &getBasicValueFactory() { return BasicVals; }
const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }