]> granicus.if.org Git - clang/commit
castToDeclContext/castFromDeclContext are not meant to be used directly; they are...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 16 Feb 2009 14:29:59 +0000 (14:29 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 16 Feb 2009 14:29:59 +0000 (14:29 +0000)
commit7ad5bf3152d4fe8f0de4611347fc6e24c45fba60
treeb790c540d7a240d65cf9c515b499f48e45b49af9
parent3d7641e090cf113dec64306a1597d3e4523e2a55
castToDeclContext/castFromDeclContext are not meant to be used directly; they are used indirectly by cast/dyn_cast.
All Decl <-> DeclContext casting should be done through cast/dyn_cast.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64631 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.cpp