summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-compiler.h')
-rwxr-xr-xsource/slang/slang-compiler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/slang/slang-compiler.h b/source/slang/slang-compiler.h
index b49ce4fc3..895834312 100755
--- a/source/slang/slang-compiler.h
+++ b/source/slang/slang-compiler.h
@@ -1495,6 +1495,9 @@ namespace Slang
protected:
void _addSourceFile(SourceFile* sourceFile);
+ /* Given an artifact, find a PathInfo.
+ If no PathInfo can be found will return an unknown PathInfo */
+ PathInfo _findSourcePathInfo(IArtifact* artifact);
List<ComPtr<IArtifact>> m_sourceArtifacts;
// The source file(s) that will be compiled to form this translation unit