diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-11-25 02:07:24 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-11-25 02:07:24 +0000 |
commit | e1aeb13251a4858724d2b7ad1925d25076f23d08 (patch) | |
tree | a2f1c80fa40ae52d18322848536ad704d34ddeab /include/clang/Checker | |
parent | 8f2c6899dd14023555808dbdcbe7e371c3fb2cc2 (diff) |
Add dump method.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Checker')
-rw-r--r-- | include/clang/Checker/PathSensitive/MemRegion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Checker/PathSensitive/MemRegion.h b/include/clang/Checker/PathSensitive/MemRegion.h index 82b0c14f20..6cb68e6beb 100644 --- a/include/clang/Checker/PathSensitive/MemRegion.h +++ b/include/clang/Checker/PathSensitive/MemRegion.h @@ -841,6 +841,8 @@ public: return Ex->getType(); } + void dumpToStream(llvm::raw_ostream& os) const; + void Profile(llvm::FoldingSetNodeID &ID) const; static bool classof(const MemRegion* R) { |