summaryrefslogtreecommitdiff
path: root/source/slang/mangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/mangle.h')
-rw-r--r--source/slang/mangle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/mangle.h b/source/slang/mangle.h
index 11196f496..60a1dff9e 100644
--- a/source/slang/mangle.h
+++ b/source/slang/mangle.h
@@ -11,6 +11,10 @@ namespace Slang
String getMangledName(Decl* decl);
String getMangledName(DeclRef<Decl> const & declRef);
String getMangledName(DeclRefBase const & declRef);
+
+ String getMangledNameForConformanceWitness(
+ Type* sub,
+ Type* sup);
}
#endif \ No newline at end of file