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() 312 Forward.MapImported(SourceTag, Tag); in CompleteType() 332 Forward.MapImported(SourceInterface, Interface); in CompleteType() 389 Importer.ASTImporter::MapImported(cast<Decl>(Origin.DC), const_cast<Decl*>(cast<Decl>(ToDC))); in RecordOriginImpl()
|
| H A D | ASTImporter.cpp | 303 return Importer.MapImported(D, const_cast<FunctionDecl *>(Definition)); in FindAndMapDefinition() 2752 Importer.MapImported(D, ToD); in VisitTranslationUnitDecl() 2915 Importer.MapImported(D, ToNamespace); in VisitNamespaceDecl() 3017 return Importer.MapImported(D, FoundTypedef); in VisitTypedefNameDecl() 3107 return Importer.MapImported(D, FoundAlias); in VisitTypeAliasTemplateDecl() 3225 return Importer.MapImported(D, FoundDef); in VisitEnumDecl() 3372 Importer.MapImported(D, FoundDef); in VisitRecordDecl() 3571 return Importer.MapImported(D, FoundEnumConstant); in VisitEnumConstantDecl() 4073 Importer.MapImported(DescribedD, in VisitFunctionDecl() 4076 return Importer.MapImported(D, FoundByLookup); in VisitFunctionDecl() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 568 Decl *MapImported(Decl *From, Decl *To);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 1179 MapImported(from, to); in ImportDefinitionTo()
|