diff options
Diffstat (limited to 'source/slang/slang-syntax.h')
| -rw-r--r-- | source/slang/slang-syntax.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/slang/slang-syntax.h b/source/slang/slang-syntax.h index dff24435d..53ec57daa 100644 --- a/source/slang/slang-syntax.h +++ b/source/slang/slang-syntax.h @@ -210,6 +210,17 @@ namespace Slang } } + // + + RefPtr<ThisTypeSubstitution> findThisTypeSubstitution( + Substitutions* substs, + InterfaceDecl* interfaceDecl); + + RequirementWitness tryLookUpRequirementWitness( + ASTBuilder* astBuilder, + SubtypeWitness* subtypeWitness, + Decl* requirementKey); + // TODO: where should this live? SubstitutionSet createDefaultSubstitutions( ASTBuilder* astBuilder, |
