Searched refs:RegisterImportedDecl (Results 1 – 4 of 4) sorted by relevance
180 importer.RegisterImportedDecl(from_d, to_d);271 m_importer->RegisterImportedDecl(d, result); in tryInstantiateStdTemplate()
843 RegisterImportedDecl(From, origin.decl); in ImportImpl()859 RegisterImportedDecl(From, R); in ImportImpl()884 RegisterImportedDecl(From, candidate); in ImportImpl()
549 void RegisterImportedDecl(Decl *FromD, Decl *ToD);
284 Importer.RegisterImportedDecl(FromD, ToD); in GetImportedOrCreateSpecialDecl()8621 void ASTImporter::RegisterImportedDecl(Decl *FromD, Decl *ToD) { in RegisterImportedDecl() function in ASTImporter