diff options
author | Devang Patel <dpatel@apple.com> | 2010-01-28 23:15:27 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-01-28 23:15:27 +0000 |
commit | 335830555806629d53c00a80ec3ecb61ead86f03 (patch) | |
tree | 70ddcc4e95a745af29f606e9df779f5d9e98c6e6 /lib/CodeGen/CGDebugInfo.h | |
parent | ca7daeddfad1be5a517ff93649af7de8d4c6b50b (diff) |
s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confusion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94760 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 1c0bd1969b..a062b678f4 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -171,8 +171,9 @@ private: void EmitDeclare(const BlockDeclRefExpr *BDRE, unsigned Tag, llvm::Value *AI, CGBuilderTy &Builder, CodeGenFunction *CGF); - /// getContext - Get context info for the decl. - llvm::DIDescriptor getContext(const VarDecl *Decl,llvm::DIDescriptor &CU); + /// getContextDescriptor - Get context info for the decl. + llvm::DIDescriptor getContextDescriptor(const VarDecl *Decl, + llvm::DIDescriptor &CU); /// getOrCreateCompileUnit - Get the compile unit from the cache or create a /// new one if necessary. |