Home
last modified time | relevance | path

Searched refs:ASTImporterDelegate (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h261 struct ASTImporterDelegate : public clang::ASTImporter { struct
262 ASTImporterDelegate(ClangASTImporter &main, clang::ASTContext *target_ctx, in ASTImporterDelegate() argument
287 ASTImporterDelegate &m_delegate; argument
292 CxxModuleScope(ASTImporterDelegate &delegate, clang::ASTContext *dst_ctx) in CxxModuleScope() argument
339 typedef std::shared_ptr<ASTImporterDelegate> ImporterDelegateSP; argument
443 ImporterDelegateSP(new ASTImporterDelegate(*this, dst_ctx, src_ctx)); in GetDelegate()
H A DClangASTImporter.cpp49 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, &dst_clang_ast); in CopyType()
73 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, dst_ast); in CopyDecl()
566 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteTagDecl()
632 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteAndFetchChildren()
813 ClangASTImporter::ASTImporterDelegate::ImportImpl(Decl *From) { in ImportImpl()
895 void ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo( in ImportDefinitionTo()
1020 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, in Imported()
1169 ClangASTImporter::ASTImporterDelegate::GetOriginalDecl(clang::Decl *To) { in GetOriginalDecl()