Home
last modified time | relevance | path

Searched defs:CopyType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h241 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function
H A DSymbolFile.h578 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { CopyType() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp33 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, CopyType() function in ClangASTImporter
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1791 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); emitInterWarpCopyFunction() local