Searched refs:MapImported (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 232 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 D | ASTImporter.cpp | 296 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 D | ASTImporter.h | 428 Decl *MapImported(Decl *From, Decl *To);
|