Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1484 QualType copied_qual_type = ClangUtil::GetQualType( in GuardedCopyType() local
1487 if (copied_qual_type.getAsOpaquePtr() && in GuardedCopyType()
1488 copied_qual_type->getCanonicalTypeInternal().isNull()) in GuardedCopyType()
1493 return m_clang_ast_context->GetType(copied_qual_type); in GuardedCopyType()