Searched refs:ASTImporterDelegate (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTImporter.h | 187 struct ASTImporterDelegate : public clang::ASTImporter { struct 188 ASTImporterDelegate(ClangASTImporter &master, clang::ASTContext *target_ctx, in ASTImporterDelegate() argument 203 ASTImporterDelegate &m_delegate; argument 208 CxxModuleScope(ASTImporterDelegate &delegate, clang::ASTContext *dst_ctx) in CxxModuleScope() argument 255 typedef std::shared_ptr<ASTImporterDelegate> ImporterDelegateSP; argument 352 ImporterDelegateSP(new ASTImporterDelegate(*this, dst_ctx, src_ctx)); in GetDelegate()
|
D | ClangASTImporter.cpp | 48 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, &dst_clang_ast); in CopyType() 73 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, dst_ast); in CopyDecl() 570 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteTagDecl() 636 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteAndFetchChildren() 817 ClangASTImporter::ASTImporterDelegate::ImportImpl(Decl *From) { in ImportImpl() 895 void ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo( in ImportDefinitionTo() 1035 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, in Imported() 1189 ClangASTImporter::ASTImporterDelegate::GetOriginalDecl(clang::Decl *To) { in GetOriginalDecl()
|