forked from OSchip/llvm-project
I forgot to import a header file change. This
should fix builds. llvm-svn: 148199
This commit is contained in:
parent
0b9c509c4e
commit
36fa92af46
|
@ -199,6 +199,8 @@ private:
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ImportDefinitionTo (clang::Decl *to, clang::Decl *from);
|
||||||
|
|
||||||
clang::Decl *Imported (clang::Decl *from, clang::Decl *to);
|
clang::Decl *Imported (clang::Decl *from, clang::Decl *to);
|
||||||
|
|
||||||
ClangASTImporter &m_master;
|
ClangASTImporter &m_master;
|
||||||
|
|
Loading…
Reference in New Issue