Differential Revision: https://reviews.llvm.org/D39620
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317537
91177308-0d34-0410-b5e6-
96231b3b80d8
return *static_cast<const T *>(this);
}
- /// BufferTy - A temporary buffer to hold a set of SVals.
- typedef SmallVector<SVal,5> BufferTy;
-
inline unsigned getRawKind() const { return Kind; }
inline BaseKind getBaseKind() const { return (BaseKind) (Kind & BaseMask); }
inline unsigned getSubKind() const { return (Kind & ~BaseMask) >> BaseBits; }