Searched refs:MapImported (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 183 MapImported(FromD, D); in ImportImpl() 314 Forward.MapImported(SourceTag, Tag); in CompleteType() 334 Forward.MapImported(SourceInterface, Interface); in CompleteType() 391 Importer.ASTImporter::MapImported(cast<Decl>(Origin.DC), const_cast<Decl*>(cast<Decl>(ToDC))); in RecordOriginImpl()
|
H A D | ASTImporter.cpp | 304 return Importer.MapImported(D, const_cast<FunctionDecl *>(Definition)); in FindAndMapDefinition() 2483 Importer.MapImported(D, ToD); in VisitTranslationUnitDecl() 2645 Importer.MapImported(D, ToNamespace); in VisitNamespaceDecl() 2747 return Importer.MapImported(D, FoundTypedef); in VisitTypedefNameDecl() 2837 return Importer.MapImported(D, FoundAlias); in VisitTypeAliasTemplateDecl() 2955 return Importer.MapImported(D, FoundDef); in VisitEnumDecl() 3102 Importer.MapImported(D, FoundDef); in VisitRecordDecl() 3300 return Importer.MapImported(D, FoundEnumConstant); in VisitEnumConstantDecl() 3804 Importer.MapImported(DescribedD, in VisitFunctionDecl() 3807 return Importer.MapImported(D, FoundByLookup); in VisitFunctionDecl() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporter.h | 555 Decl *MapImported(Decl *From, Decl *To);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 1146 MapImported(from, to); in ImportDefinitionTo()
|