From 6c018209003bc584be242e82c002841c64b762e0 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 20 Jul 2010 20:24:18 +0000 Subject: Print template argument names for template class. llvm-svn: 108916 --- clang/lib/CodeGen/CGDebugInfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clang/lib/CodeGen/CGDebugInfo.h') diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 620a5f2f848..fcb2ba03326 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/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); -- cgit v1.2.3