Searched refs:ASTImporterDelegate (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.h | 283 struct ASTImporterDelegate : public clang::ASTImporter { struct 284 ASTImporterDelegate(ClangASTImporter &main, clang::ASTContext *target_ctx, in ASTImporterDelegate() function 309 ASTImporterDelegate &m_delegate; argument 314 CxxModuleScope(ASTImporterDelegate &delegate, clang::ASTContext *dst_ctx) in CxxModuleScope() argument 361 typedef std::shared_ptr<ASTImporterDelegate> ImporterDelegateSP; argument 465 ImporterDelegateSP(new ASTImporterDelegate(*this, dst_ctx, src_ctx)); in GetDelegate()
|
| H A D | ClangASTImporter.cpp | 52 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, &dst_clang_ast); in CopyType() 76 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, dst_ast); in CopyDecl() 807 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteTagDecl() 873 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteAndFetchChildren() 1055 ClangASTImporter::ASTImporterDelegate::ImportImpl(Decl *From) { in ImportImpl() 1147 void ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo( in ImportDefinitionTo() 1288 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, in Imported() 1436 ClangASTImporter::ASTImporterDelegate::GetOriginalDecl(clang::Decl *To) { in GetOriginalDecl()
|