We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a21bf commit 01f0e12Copy full SHA for 01f0e12
1 file changed
include/clang/Interpreter/CppInterOp.h
@@ -202,7 +202,7 @@ namespace Cpp {
202
203
/// Gets the name of any named decl (a class,
204
/// namespace, variable, or a function).
205
- std::string GetName(TCppType_t klass);
+ std::string GetName(TCppScope_t klass);
206
207
/// This is similar to GetName() function, but besides
208
/// the name, it also gets the template arguments.
0 commit comments