Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp62 lldb::opaque_compiler_type_t dst_clang_type = ret_or_error->getAsOpaquePtr(); in CopyType() local
64 if (dst_clang_type) in CopyType()
65 return CompilerType(dst_ast.weak_from_this(), dst_clang_type); in CopyType()