Searched refs:RegisterImportedDecl (Results 1 – 4 of 4) sorted by relevance
178 importer.RegisterImportedDecl(from_d, to_d); in createDecl()269 m_importer->RegisterImportedDecl(d, result); in tryInstantiateStdTemplate()
842 RegisterImportedDecl(From, origin.decl); in ImportImpl()858 RegisterImportedDecl(From, R); in ImportImpl()883 RegisterImportedDecl(From, candidate); in ImportImpl()
574 void RegisterImportedDecl(Decl *FromD, Decl *ToD);
260 Importer.RegisterImportedDecl(FromD, ToD); in GetImportedOrCreateSpecialDecl()8326 void ASTImporter::RegisterImportedDecl(Decl *FromD, Decl *ToD) { in RegisterImportedDecl() function in ASTImporter