Searched refs:CopyType (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/unittests/Symbol/ |
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()
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | BlockPointer.cpp | 82 clang_ast_importer->CopyType(*clang_ast_context, function_pointer_type); in BlockPointerSyntheticFrontEnd()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTImporter.h | 55 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type);
|
D | ClangASTImporter.cpp | 31 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter 324 return CopyType(dst, src_type); in DeportType()
|
D | ClangASTSource.cpp | 1752 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 2898 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()
|
D | CGBlocks.cpp | 88 BlockCaptureManagedEntity(BlockCaptureEntityKind CopyType, in BlockCaptureManagedEntity() 94 : CopyKind(CopyType), DisposeKind(DisposeType), CopyFlags(CopyFlags), in BlockCaptureManagedEntity()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 193 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()
|