Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy...
commit46403638c12d9608d7f0370f318a72a01d14f56d
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 1 Aug 2008 10:35:27 +0000 (1 10:35 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 1 Aug 2008 10:35:27 +0000 (1 10:35 +0000)
treee2a88eff035a00ac28738d0bb54d1a041e2a15fc
parenta3f9933e5dad190876a49d6ce84db57de7aa5979
Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy or void.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54265 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
include/clang/Parse/DeclSpec.h
lib/Parse/DeclSpec.cpp
lib/Parse/MinimalAction.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp