Home
last modified time | relevance | path

Searched refs:CopyType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h241 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function
242 return m_sym_file_impl->CopyType(other_type); in CopyType()
H A DSymbolFile.h473 virtual lldb::TypeSP CopyType(const lldb::TypeSP &other_type) = 0;
586 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h95 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type);
H A DClangASTImporter.cpp36 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter
328 return CopyType(dst, src_type); in DeportType()
H A DClangASTSource.cpp1485 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp203 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()