summaryrefslogtreecommitdiffstats
path: root/source/slang/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/compiler.h')
-rw-r--r--source/slang/compiler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h
index 4e779348d..a2d29f445 100644
--- a/source/slang/compiler.h
+++ b/source/slang/compiler.h
@@ -372,6 +372,10 @@ namespace Slang
Type* getOverloadedType();
Type* getErrorType();
+ SyntaxClass<RefObject> findSyntaxClass(String const& name);
+
+ Dictionary<String, SyntaxClass<RefObject> > mapNameToSyntaxClass;
+
//
Session();