Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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() function
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()
565 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteTagDecl()
631 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteAndFetchChildren()
812 ClangASTImporter::ASTImporterDelegate::ImportImpl(Decl *From) { in ImportImpl()
894 void ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo( in ImportDefinitionTo()
1023 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, in Imported()
1178 ClangASTImporter::ASTImporterDelegate::GetOriginalDecl(clang::Decl *To) { in GetOriginalDecl()