summaryrefslogtreecommitdiff
path: root/source/slang/syntax.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2019-02-05 18:18:16 -0800
committerGitHub <noreply@github.com>2019-02-05 18:18:16 -0800
commita39fd3d3f67df28b9206c9f08bc7d046f9b0db59 (patch)
treea3971c4c6217914e9dc4c12917f26a7eb6ac28b2 /source/slang/syntax.h
parentc198eaba351850fcb3d82c2f5117efc0e2e2bf1e (diff)
parent60cc9f24c4bec54561bea873ee943aa3d0973dc2 (diff)
Merge branch 'master' into gencloser
Diffstat (limited to 'source/slang/syntax.h')
-rw-r--r--source/slang/syntax.h1
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;