aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-07-20 20:24:18 +0000
committerDevang Patel <dpatel@apple.com>2010-07-20 20:24:18 +0000
commit700a1cb1d207e660fcd9c234cccfc78553f06802 (patch)
treea7c5efb1832c01856ca6da887a64cb401409265b /lib/CodeGen/CGDebugInfo.h
parent6c552c1d5f47fbba00e6268d96a26ad026f2da2a (diff)
Print template argument names for template class.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r--lib/CodeGen/CGDebugInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h
index 620a5f2f84..fcb2ba0332 100644
--- a/lib/CodeGen/CGDebugInfo.h
+++ b/lib/CodeGen/CGDebugInfo.h
@@ -206,6 +206,9 @@ private:
/// is stored on the side.
llvm::StringRef getFunctionName(const FunctionDecl *FD);
+ /// getClassName - Get class name including template argument list.
+ llvm::StringRef getClassName(RecordDecl *RD);
+
/// getVTableName - Get vtable name for the given Class.
llvm::StringRef getVTableName(const CXXRecordDecl *Decl);