Skip to content

Commit 570fd78

Browse files
committed
Update out of tree external sources
1 parent 7fb4aa9 commit 570fd78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

interpreter/cling/lib/Interpreter/InterpreterCallbacks.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ namespace cling {
148148
return m_Source->FindExternalVisibleDeclsByName(DC, Name);
149149
}
150150

151+
void LoadExternalSpecializations(const Decl *D, bool OnlyPartial) override {
152+
m_Source->LoadExternalSpecializations(D, OnlyPartial);
153+
}
154+
155+
void
156+
LoadExternalSpecializations(const Decl *D,
157+
ArrayRef<TemplateArgument> TemplateArgs) override {
158+
m_Source->LoadExternalSpecializations(D, TemplateArgs);
159+
}
160+
151161
virtual void completeVisibleDeclsMap(const DeclContext* DC) override {
152162
m_Source->completeVisibleDeclsMap(DC);
153163
}

0 commit comments

Comments
 (0)