Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp43 clang::QualType src_qual_type = ClangUtil::GetQualType(src_type); in CopyType() local
51 llvm::Expected<QualType> ret_or_error = delegate_sp->Import(src_qual_type); in CopyType()