Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExternalASTMerger.cpp183 MapImported(FromD, D); in ImportImpl()
317 Forward.MapImported(SourceTag, Tag); in CompleteType()
337 Forward.MapImported(SourceInterface, Interface); in CompleteType()
394 Importer.ASTImporter::MapImported(cast<Decl>(Origin.DC), const_cast<Decl*>(cast<Decl>(ToDC))); in RecordOriginImpl()
H A DASTImporter.cpp2276 Importer.MapImported(D, ToD); in VisitTranslationUnitDecl()
2438 Importer.MapImported(D, ToNamespace); in VisitNamespaceDecl()
3942 return Importer.MapImported( in VisitFriendDecl()
4535 Importer.MapImported(D, ToCategory); in VisitObjCCategoryDecl()
4646 Importer.MapImported(D, ToProto); in VisitObjCProtocolDecl()
4990 Importer.MapImported(D, ToD); in VisitBuiltinTemplateDecl()
5170 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()
5216 Importer.MapImported(D, ToImpl); in VisitObjCCategoryImplDecl()
5340 Importer.MapImported(D, FoundProp); in VisitObjCPropertyDecl()
5458 Importer.MapImported(D, ToImpl); in VisitObjCPropertyImplDecl()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h554 Decl *MapImported(Decl *From, Decl *To);
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp903 MapImported(from, to); in ImportDefinitionTo()