Lines Matching refs:MapImported
306 return Importer.MapImported(D, const_cast<FunctionDecl *>(Definition)); in FindAndMapDefinition()
2276 Importer.MapImported(D, ToD); in VisitTranslationUnitDecl()
2438 Importer.MapImported(D, ToNamespace); in VisitNamespaceDecl()
2524 return Importer.MapImported(D, FoundTypedef); in VisitTypedefNameDecl()
2613 return Importer.MapImported(D, FoundAlias); in VisitTypeAliasTemplateDecl()
2730 return Importer.MapImported(D, FoundDef); in VisitEnumDecl()
2868 Importer.MapImported(D, FoundDef); in VisitRecordDecl()
3055 return Importer.MapImported(D, FoundEnumConstant); in VisitEnumConstantDecl()
3417 Importer.MapImported(DescribedD, in VisitFunctionDecl()
3420 return Importer.MapImported(D, FoundByLookup); in VisitFunctionDecl()
3726 Importer.MapImported(D, FoundField); in VisitFieldDecl()
3814 Importer.MapImported(D, FoundField); in VisitIndirectFieldDecl()
3942 return Importer.MapImported( in VisitFriendDecl()
4010 Importer.MapImported(D, FoundIvar); in VisitObjCIvarDecl()
4090 return Importer.MapImported(D, FoundDef); in VisitVarDecl()
4097 return Importer.MapImported(D, const_cast<VarDecl*>(FoundDInit)); in VisitVarDecl()
4372 return Importer.MapImported(D, FoundMethod); in VisitObjCMethodDecl()
4535 Importer.MapImported(D, ToCategory); in VisitObjCCategoryDecl()
4606 return Importer.MapImported(D, *ImportedDefOrErr); in VisitObjCProtocolDecl()
4646 Importer.MapImported(D, ToProto); in VisitObjCProtocolDecl()
4990 Importer.MapImported(D, ToD); in VisitBuiltinTemplateDecl()
5128 return Importer.MapImported(D, *ImportedDefOrErr); in VisitObjCInterfaceDecl()
5170 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()
5216 Importer.MapImported(D, ToImpl); in VisitObjCCategoryImplDecl()
5265 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
5267 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
5340 Importer.MapImported(D, FoundProp); in VisitObjCPropertyDecl()
5458 Importer.MapImported(D, ToImpl); in VisitObjCPropertyImplDecl()
5638 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()
5753 Importer.MapImported(D, PrevDefinition); in VisitClassTemplateSpecializationDecl()
5925 return Importer.MapImported(D, FoundDef); in VisitVarTemplateDecl()
5998 return Importer.MapImported(D, *ImportedDefOrErr); in VisitVarTemplateSpecializationDecl()
6043 return Importer.MapImported(D, FoundDef); in VisitVarTemplateSpecializationDecl()
6173 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()
8472 MapImported(FromD, ToD); in RegisterImportedDecl()
9864 Decl *ASTImporter::MapImported(Decl *From, Decl *To) { in MapImported() function in ASTImporter