Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
104 CompilerType imported = importer.CopyType(*target, fwd_decl_type); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h94 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type);
H A DClangASTImporter.cpp32 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter
324 return CopyType(dst, src_type); in DeportType()
H A DClangASTSource.cpp1742 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2181 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() local
2222 ElemPtr = Bld.CreateElementBitCast(ElemPtr, CopyType); in emitInterWarpCopyFunction()
2236 CopyType->getPointerTo( in emitInterWarpCopyFunction()
2238 CopyType, Align); in emitInterWarpCopyFunction()
2288 CopyType->getPointerTo( in emitInterWarpCopyFunction()
2290 CopyType, Align); in emitInterWarpCopyFunction()
2297 TargetElemPtr = Bld.CreateElementBitCast(TargetElemPtr, CopyType); in emitInterWarpCopyFunction()
H A DCGBlocks.cpp77 BlockCaptureManagedEntity(BlockCaptureEntityKind CopyType, in BlockCaptureManagedEntity()
83 : CopyKind(CopyType), DisposeKind(DisposeType), CopyFlags(CopyFlags), in BlockCaptureManagedEntity()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp181 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()