Searched refs:RegisterImportedDecl (Results 1 – 4 of 4) sorted by relevance
180 importer.RegisterImportedDecl(from_d, to_d); in createDecl()272 m_importer->RegisterImportedDecl(d, result); in tryInstantiateStdTemplate()
1085 RegisterImportedDecl(From, origin.decl); in ImportImpl()1101 RegisterImportedDecl(From, R); in ImportImpl()1126 RegisterImportedDecl(From, candidate); in ImportImpl()
550 void RegisterImportedDecl(Decl *FromD, Decl *ToD);
284 Importer.RegisterImportedDecl(FromD, ToD); in GetImportedOrCreateSpecialDecl()9045 void ASTImporter::RegisterImportedDecl(Decl *FromD, Decl *ToD) { in RegisterImportedDecl() function in ASTImporter