diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-08-15 22:30:23 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-08-15 22:30:23 +0000 |
commit | 6dc689670cb6c83183a37b2ab45af48422028796 (patch) | |
tree | 3a92d0a361d7c68e0adb55b465fb1bf59dde1299 /clang/lib/CodeGen/CGDebugInfo.h | |
parent | f63f0bf395108275128e46f92f7fa0144c48efee (diff) | |
download | bcm5719-llvm-6dc689670cb6c83183a37b2ab45af48422028796.tar.gz bcm5719-llvm-6dc689670cb6c83183a37b2ab45af48422028796.zip |
DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for future use
llvm-svn: 188498
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index f17d47ad37c..6c4c34c3680 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -357,6 +357,7 @@ private: /// getStaticDataMemberDeclaration - Return debug info descriptor to /// describe in-class static data member declaration for the given /// out-of-class definition. + llvm::DIDerivedType getStaticDataMemberDeclarationOrNull(const VarDecl *D); llvm::DIDerivedType getStaticDataMemberDeclaration(const VarDecl *D); /// getFunctionName - Get function name for the given FunctionDecl. If the |