Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
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()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp82 clang_ast_importer->CopyType(*clang_ast_context, function_pointer_type); in BlockPointerSyntheticFrontEnd()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.h55 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type);
DClangASTImporter.cpp31 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter
324 return CopyType(dst, src_type); in DeportType()
DClangASTSource.cpp1752 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp2898 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() local
2939 ElemPtr = Bld.CreateElementBitCast(ElemPtr, CopyType); in emitInterWarpCopyFunction()
2952 MediumPtr = Bld.CreateElementBitCast(MediumPtr, CopyType); in emitInterWarpCopyFunction()
3000 SrcMediumPtr = Bld.CreateElementBitCast(SrcMediumPtr, CopyType); in emitInterWarpCopyFunction()
3007 TargetElemPtr = Bld.CreateElementBitCast(TargetElemPtr, CopyType); in emitInterWarpCopyFunction()
DCGBlocks.cpp88 BlockCaptureManagedEntity(BlockCaptureEntityKind CopyType, in BlockCaptureManagedEntity()
94 : CopyKind(CopyType), DisposeKind(DisposeType), CopyFlags(CopyFlags), in BlockCaptureManagedEntity()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp193 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()