DeclContext::KindTrait was not meant to be used outside of DeclContext::CastTo (cause...
commit62da645073b2cd56a17a033d2dc52d645bc0b840
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 13 Jan 2009 13:11:58 +0000 (13 13:11 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 13 Jan 2009 13:11:58 +0000 (13 13:11 +0000)
tree5114e872a41ff439b0e3defbf3ae922100d0c67c
parent23daad110ce6a34098f418d93e56c713437aec2d
DeclContext::KindTrait was not meant to be used outside of DeclContext::CastTo (causes compilation error on MSVC).
Add DeclContext::getDeclKind() and use that instead of DeclContext::KindTrait.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62164 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.cpp
include/clang/AST/DeclBase.h