Searched refs:CopyType (Results 1 – 6 of 6) sorted by relevance
241 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function242 return m_sym_file_impl->CopyType(other_type); in CopyType()
473 virtual lldb::TypeSP CopyType(const lldb::TypeSP &other_type) = 0;586 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function
95 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type);
36 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter328 return CopyType(dst, src_type); in DeportType()
1485 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
203 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()