Lines Matching refs:delegate_sp

45   ImporterDelegateSP delegate_sp(GetDelegate(&dst_clang_ast, &src_clang_ast));  in CopyType()  local
46 if (!delegate_sp) in CopyType()
49 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, &dst_clang_ast); in CopyType()
51 llvm::Expected<QualType> ret_or_error = delegate_sp->Import(src_qual_type); in CopyType()
68 ImporterDelegateSP delegate_sp; in CopyDecl() local
71 delegate_sp = GetDelegate(dst_ast, src_ast); in CopyDecl()
73 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, dst_ast); in CopyDecl()
75 if (!delegate_sp) in CopyDecl()
78 llvm::Expected<clang::Decl *> result = delegate_sp->Import(decl); in CopyDecl()
562 ImporterDelegateSP delegate_sp( in CompleteTagDecl() local
565 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteTagDecl()
567 if (delegate_sp) in CompleteTagDecl()
568 delegate_sp->ImportDefinitionTo(decl, decl_origin.decl); in CompleteTagDecl()
580 ImporterDelegateSP delegate_sp( in CompleteTagDeclWithOrigin() local
583 if (delegate_sp) in CompleteTagDeclWithOrigin()
584 delegate_sp->ImportDefinitionTo(decl, origin_decl); in CompleteTagDeclWithOrigin()
602 ImporterDelegateSP delegate_sp( in CompleteObjCInterfaceDecl() local
605 if (delegate_sp) in CompleteObjCInterfaceDecl()
606 delegate_sp->ImportDefinitionTo(interface_decl, decl_origin.decl); in CompleteObjCInterfaceDecl()
628 ImporterDelegateSP delegate_sp( in CompleteAndFetchChildren() local
631 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, in CompleteAndFetchChildren()
638 delegate_sp->Import(origin_child_decl); in CompleteAndFetchChildren()
660 ImporterDelegateSP delegate_sp( in CompleteAndFetchChildren() local
668 delegate_sp->Import(origin_child_decl); in CompleteAndFetchChildren()