Read/write the C++ parts of DeclRefExpr and MemberExpr for PCH.
commit7b1d67a3a0fd7ca693a5633b00b44341f09af5b9
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 8 Jul 2010 13:09:47 +0000 (8 13:09 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 8 Jul 2010 13:09:47 +0000 (8 13:09 +0000)
tree86adb15f596a10cd9abb394a5f7af6eb2898e2e5
parente8f2e77a0856219a9a733aaba4b7ec1edcdeab0b
Read/write the C++ parts of DeclRefExpr and MemberExpr for PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107872 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/Frontend/PCHReaderStmt.cpp
lib/Frontend/PCHWriterStmt.cpp