]> granicus.if.org Git - clang/commit
[AST] Change NamedDecl::getUnderlyingDecl() to inline the fast (and incredibly common...
authorDaniel Dunbar <daniel@zuster.org>
Thu, 8 Mar 2012 18:20:41 +0000 (18:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 8 Mar 2012 18:20:41 +0000 (18:20 +0000)
commit6daffa5d6031eee8b25fc2c745dd6b58b039a6eb
tree19fbebe21e978cdf7b64bfcce4f1887593d07058
parent025039377d7247620750205dbd61ca1ba336f7e0
[AST] Change NamedDecl::getUnderlyingDecl() to inline the fast (and incredibly common) path.

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