From 31e7f84484d227206f3bbb33a8b9be8a9acecfe5 Mon Sep 17 00:00:00 2001 From: Yong He Date: Sat, 4 Nov 2017 15:20:21 -0400 Subject: Passing both assoctype-simple and assoctype-complex test cases. --- source/slang/syntax.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source/slang/syntax.h') diff --git a/source/slang/syntax.h b/source/slang/syntax.h index cf75b5624..bda43b336 100644 --- a/source/slang/syntax.h +++ b/source/slang/syntax.h @@ -1155,7 +1155,12 @@ namespace Slang RefPtr createDefaultSubstitutions( Session* session, Decl* decl); - + + RefPtr getNewThisTypeSubst(DeclRefBase & declRef); + RefPtr getThisTypeSubst(DeclRefBase & declRef, bool insertSubstEntry); + void removeSubstitution(DeclRefBase & declRef, RefPtr subst); + bool hasGenericSubstitutions(RefPtr subst); + } // namespace Slang #endif \ No newline at end of file -- cgit v1.2.3