Home
last modified time | relevance | path

Searched refs:MapImported (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp232 Forward.MapImported(SourceTag, Tag); in CompleteType()
252 Forward.MapImported(SourceInterface, Interface); in CompleteType()
309 Importer.ASTImporter::MapImported(cast<Decl>(Origin.DC), const_cast<Decl*>(cast<Decl>(ToDC))); in RecordOriginImpl()
H A DASTImporter.cpp296 Importer.MapImported(FromD, ToD); in GetImportedOrCreateSpecialDecl()
2101 Importer.MapImported(D, ToD); in VisitTranslationUnitDecl()
2229 Importer.MapImported(D, ToNamespace); in VisitNamespaceDecl()
3007 return Importer.MapImported( in VisitFunctionDecl()
3991 Importer.MapImported(D, ToCategory); in VisitObjCCategoryDecl()
4102 Importer.MapImported(D, ToProto); in VisitObjCProtocolDecl()
4528 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()
4574 Importer.MapImported(D, ToImpl); in VisitObjCCategoryImplDecl()
4695 Importer.MapImported(D, FoundProp); in VisitObjCPropertyDecl()
4819 Importer.MapImported(D, ToImpl); in VisitObjCPropertyImplDecl()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTImporter.h428 Decl *MapImported(Decl *From, Decl *To);