Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1967 CompilerType copied_clang_type = GuardedCopyType(ut); in AddContextClassType() local
1971 if (!copied_clang_type) { in AddContextClassType()
1978 if (copied_clang_type.IsAggregateType() && in AddContextClassType()
1979 copied_clang_type.GetCompleteType()) { in AddContextClassType()
1995 copied_clang_type.GetOpaqueQualType(), "$__lldb_expr", nullptr, in AddContextClassType()
2002 ClangUtil::ToString(copied_clang_type), in AddContextClassType()
2006 if (!copied_clang_type.IsValid()) in AddContextClassType()
2010 QualType::getFromOpaquePtr(copied_clang_type.GetOpaqueQualType())); in AddContextClassType()
2032 CompilerType copied_clang_type = GuardedCopyType(ut); in AddOneType() local
2034 if (!copied_clang_type) { in AddOneType()
[all …]
H A DClangASTSource.cpp623 CompilerType copied_clang_type(GuardedCopyType(full_type)); in FindExternalVisibleDecls() local
625 if (!copied_clang_type) { in FindExternalVisibleDecls()
629 context.AddTypeDecl(copied_clang_type); in FindExternalVisibleDecls()