Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h99 clang::QualType CopyType(clang::ASTContext *dst_ctx,
102 lldb::opaque_compiler_type_t CopyType(clang::ASTContext *dst_ctx,
106 CompilerType CopyType(ClangASTContext &dst, const CompilerType &src_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp55 clang::QualType ClangASTImporter::CopyType(clang::ASTContext *dst_ast, in CopyType() function in ClangASTImporter
67 ClangASTImporter::CopyType(clang::ASTContext *dst_ast, in CopyType() function in ClangASTImporter
70 return CopyType(dst_ast, src_ast, QualType::getFromOpaquePtr(type)) in CopyType()
74 CompilerType ClangASTImporter::CopyType(ClangASTContext &dst_ast, in CopyType() function in ClangASTImporter
83 lldb::opaque_compiler_type_t dst_clang_type = CopyType( in CopyType()
268 lldb::opaque_compiler_type_t result = CopyType(dst_ctx, src_ctx, type); in DeportType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp75 clang_ast_importer->CopyType(*clang_ast_context, function_pointer_type); in BlockPointerSyntheticFrontEnd()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp3213 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() local
3255 ElemPtr = Bld.CreateElementBitCast(ElemPtr, CopyType); in emitInterWarpCopyFunction()
3268 MediumPtr = Bld.CreateElementBitCast(MediumPtr, CopyType); in emitInterWarpCopyFunction()
3313 SrcMediumPtr = Bld.CreateElementBitCast(SrcMediumPtr, CopyType); in emitInterWarpCopyFunction()
3321 TargetElemPtr = Bld.CreateElementBitCast(TargetElemPtr, CopyType); in emitInterWarpCopyFunction()
H A DCGBlocks.cpp89 BlockCaptureManagedEntity(BlockCaptureEntityKind CopyType, in BlockCaptureManagedEntity()
95 : CopyKind(CopyType), DisposeKind(DisposeType), CopyFlags(CopyFlags), in BlockCaptureManagedEntity()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp2022 m_ast_importer_sp->CopyType(m_ast_context, src_ast->getASTContext(), in GuardedCopyType()
H A DClangExpressionDeclMap.cpp1858 copied_type = m_ast_importer_sp->CopyType( in ResolveUnknownTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp181 GetClangASTImporter().CopyType(m_ast, dwo_type); in ParseTypeFromDWO()