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 | 7bfc596fcfb7d68969f7b0d68a9e275e5822c2be (patch) | |
tree | cf19b83ea6fa39e6c1236ed2394c0d5a60decaa7 /clang/lib/CodeGen/CGDebugInfo.h | |
parent | 128aa9d176773be297d2545ff99c2bfc1c80066d (diff) | |
download | bcm5719-llvm-7bfc596fcfb7d68969f7b0d68a9e275e5822c2be.tar.gz bcm5719-llvm-7bfc596fcfb7d68969f7b0d68a9e275e5822c2be.zip |
s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confusion.
llvm-svn: 94760
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 1c0bd1969b9..a062b678f4b 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/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. |