]> granicus.if.org Git - clang/commit
Provide a Decl::getNonClosureContext to look through any "closure" (i.e.
authorJohn McCall <rjmccall@apple.com>
Tue, 22 Feb 2011 22:25:23 +0000 (22:25 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 22 Feb 2011 22:25:23 +0000 (22:25 +0000)
commitaab9e315184d344bbd733f13b68915d02db7b32b
tree48d6c62f5300a7b07b8181f29c484bcdb4b7d94a
parent1756ce44b0e03d6a6fd2d42add6e3227d4d04d34
Provide a Decl::getNonClosureContext to look through any "closure" (i.e.
block and, eventually, C++ lambda) contexts.

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