diff options
Diffstat (limited to 'source/slang/syntax.h')
| -rw-r--r-- | source/slang/syntax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/syntax.h b/source/slang/syntax.h index 2151ed764..344e94ff9 100644 --- a/source/slang/syntax.h +++ b/source/slang/syntax.h @@ -482,6 +482,7 @@ namespace Slang // Convenience accessors for common properties of declarations Name* GetName() const; + SourceLoc getLoc() const; DeclRefBase GetParent() const; int GetHashCode() const; |
