]> granicus.if.org Git - clang/commit
castToDeclContext/castFromDeclContext are only required to be included in the class...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 16 Feb 2009 14:31:00 +0000 (14:31 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 16 Feb 2009 14:31:00 +0000 (14:31 +0000)
commit005f6b222dfddc12ada571e479ff2d7a58114d07
tree2c85dbff255316dfe3488ce243a12118f3c08654
parent7ad5bf3152d4fe8f0de4611347fc6e24c45fba60
castToDeclContext/castFromDeclContext are only required to be included in the class of decls that directly derive from DeclContext.
Their subclasses don't need them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64632 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclObjC.h