diff options
author | Eric Christopher <echristo@apple.com> | 2012-01-25 02:06:59 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-01-25 02:06:59 +0000 |
commit | 5d613b57972a761973861f7c38b3e6442243a6ab (patch) | |
tree | aa6333ea5b21c947ecdaa87b3f9c84d55006ac73 /lib/CodeGen/CGDebugInfo.h | |
parent | a70e2468865408df4f4a37212b40b85983aac4de (diff) |
Refactor the record decl forward declaration code a bit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 8e1dd2b6f8..6c56efc35f 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -232,6 +232,10 @@ private: /// getContextDescriptor - Get context info for the decl. llvm::DIDescriptor getContextDescriptor(const Decl *Decl); + /// createRecordFwdDecl - Create a forward decl for a RecordType in a given + /// context. + llvm::DIType createRecordFwdDecl(const RecordDecl *, llvm::DIDescriptor); + /// createContextChain - Create a set of decls for the context chain. llvm::DIDescriptor createContextChain(const Decl *Decl); |