Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp279 return Importer.MapImported(D, const_cast<FunctionDecl *>(Definition)); in FindAndMapDefinition()
2272 Importer.MapImported(D, ToD); in VisitTranslationUnitDecl()
2405 Importer.MapImported(D, ToNamespace); in VisitNamespaceDecl()
2491 return Importer.MapImported(D, FoundTypedef); in VisitTypedefNameDecl()
2580 return Importer.MapImported(D, FoundAlias); in VisitTypeAliasTemplateDecl()
2695 return Importer.MapImported(D, FoundDef); in VisitEnumDecl()
2833 Importer.MapImported(D, FoundDef); in VisitRecordDecl()
3020 return Importer.MapImported(D, FoundEnumConstant); in VisitEnumConstantDecl()
3335 Importer.MapImported(DescribedD, in VisitFunctionDecl()
3338 return Importer.MapImported(D, FoundByLookup); in VisitFunctionDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h579 Decl *MapImported(Decl *From, Decl *To);