]> granicus.if.org Git - clang/commit
Added a function to check whether a Decl is in
authorSean Callanan <scallanan@apple.com>
Sat, 4 May 2013 02:04:27 +0000 (02:04 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 4 May 2013 02:04:27 +0000 (02:04 +0000)
commitcd904e8864637e427f5ea3bf35a26e79b3dbbadf
tree92717dfb288bb3edda2ac33e8bc06519f6ae95ea
parentdf6217ec356f1e8f440ea7222be3603c011a295d
Added a function to check whether a Decl is in
the list of Decls for a given DeclContext.  This
is useful for LLDB's implementation of
FindExternalLexicalDecls.

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