Searched refs:CopyType (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestClangASTImporter.cpp | 73 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 D | ClangASTImporter.h | 94 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type);
|
| H A D | ClangASTImporter.cpp | 32 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter 324 return CopyType(dst, src_type); in DeportType()
|
| H A D | ClangASTSource.cpp | 1742 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 2181 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 D | CGBlocks.cpp | 77 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 D | DWARFASTParserClang.cpp | 181 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()
|